import { CreateTableProps } from "../interfaces/builder.js"; import { InjectTemplate } from "engine"; export declare const transformableTypes: string[]; export declare const getTableInjectionCommands: ({ paths: { entitiesPath, enumsPath, constantsPath, pipesPath, mainPath }, tables, }: Omit) => InjectTemplate[];