/** * Create Operation * * Creates a new document with access control, validation, password hashing, * and JSON field handling. */ import type { QueryableDatabaseAdapter, RevealCollectionConfig, RevealCreateOptions, RevealDocument } from '../../types/index.js'; export declare function create(config: RevealCollectionConfig, db: QueryableDatabaseAdapter | null, options: RevealCreateOptions): Promise; //# sourceMappingURL=create.d.ts.map