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