export declare const generatePostgreSQLFetcher: (config: Record, tableName: string) => string; export declare const generatePostgreSQLCountFetcher: (config: Record, tableName: string) => string; //# sourceMappingURL=postgresql.d.ts.map