import type { Database } from '../..';
export declare const syncRegistry: (db: Database) => () => Promise<boolean>;
