import { TableSchema, QueryGeneratorConfig } from '../types'; declare type QueryTableFilterConfig = { tableContentName?: string; appContentName?: string; } & QueryGeneratorConfig; export declare const createTableFilterGraphqlTag: (tablesList: TableSchema[], tableId: string, config?: QueryTableFilterConfig) => string; export declare const createTableRowCreateTag: (tablesList: TableSchema[], tableId: string, config?: QueryGeneratorConfig) => string; export declare const createTableRowCreateManyTag: (tablesList: TableSchema[], tableId: string) => string; export declare const createTableRowUpdateTag: (tablesList: TableSchema[], tableId: string, config?: QueryGeneratorConfig) => string; export declare const createTableRowQueryTag: (tablesList: TableSchema[], tableId: string, config?: QueryGeneratorConfig) => string; export declare const createTableRowDeleteTag: (tablesList: TableSchema[], tableId: string) => string; export {}; //# sourceMappingURL=queryGenerators.d.ts.map