import type { IDbAdapter } from '../@types/db-types.js'; /** Must run before collection reconciliation, counters, or boot maintenance writes. */ export declare function assertDocumentRevisionCapability(db: IDbAdapter): Promise;