/** Verify only an explicit inactive backup. Active state is verified through WorkflowClient. */ export declare function verifyInactiveBackup(databasePath: string, activeDatabasePath?: string): void;