import { type JSONB } from "prostgles-types"; import type { TableSchema } from "../DboBuilder/DboBuilder"; import type { ProstglesInitOptions } from "../ProstglesTypes"; export declare const getFunctionsTypescriptSchema: ({ tsGeneratedTypesFunctionsPath }: Pick, tablesOrViews: TableSchema[], resolvedFunctions: Record; description?: string; }>) => string; //# sourceMappingURL=getFunctionsTypescriptSchema.d.ts.map