import { TableSchema, QueryGeneratorConfig } from '../types'; declare type CreateQueryColumnsListConfig = { flatten?: boolean; } & QueryGeneratorConfig; export declare const createQueryColumnsList: (tablesList: TableSchema[], tableId: string, config?: CreateQueryColumnsListConfig, prevKey?: string) => { name: string; title: string; meta: object; }[]; export {}; //# sourceMappingURL=createQueryColumnsList.d.ts.map