export declare const generateMySQLFetcher: (config: Record, tableName: string) => string; export declare const generateMySQLCountFetcher: (config: Record, tableName: string) => string; //# sourceMappingURL=mysql.d.ts.map