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