import type { TableSchema } from "../../models/tableSchema.ts"; export declare function saveTableSchema(tableSchema: TableSchema, options: { path: string; overwrite?: boolean; }): Promise;