import type { VerifyResult } from './types'; /** * Verify the integrity of a database file by scanning all records * and validating magic numbers, checksums, and structure. */ export declare function verifyDatabase(dataPath: string): Promise; //# sourceMappingURL=integrity.d.ts.map