import type { PoolClient } from 'pg'; import { type RenderDocument } from '../operations/types.ts'; import type { FunctionContext } from './types.ts'; export declare const functionContext: (client: PoolClient, doc: RenderDocument | { path: string; }, requestQuery?: Record, renderingPaths?: string[]) => FunctionContext; //# sourceMappingURL=functionContext.d.ts.map