type FieldsSql = string[]; export declare function makeSqlTable(entityName: string, fields: FieldsSql): string; export {}; //# sourceMappingURL=index.d.ts.map