import { Schema, SchemaToShape } from "../types.js"; export declare function file({ path, shape, makeTableName, }: { path: string; shape: SchemaToShape; makeTableName?: (path: string[]) => string; }): import("../types.js").Database;