/** * Create Method * * Creates a new document in a collection with hook handling. */ import type { RevealCreateOptions, RevealDocument, RevealUIInstance } from '../../types/index.js'; export declare function create(instance: RevealUIInstance, ensureDbConnected: () => Promise, options: RevealCreateOptions & { collection: string; }): Promise; //# sourceMappingURL=create.d.ts.map