import { ModelDefinition } from "../types"; export declare function create(db: IDBDatabase, modelDef: ModelDefinition, data: Record): Promise;