import { CreateTableProps } from "../interfaces/builder.js"; import { CloneTemplate } from "engine"; export declare const transformableTypes: string[]; export declare const getTablesCloningCommands: ({ paths, tables, config, relation, specialTable, }: CreateTableProps) => Promise;