import * as plugins from '../dist_ts/plugins.js'; export declare class ProtocolV6DocumentMigration { private readonly database; constructor(database: plugins.smartdata.SmartdataDb | undefined); /** Runs before store readiness and is safe to repeat after partial or concurrent completion. */ run(): Promise; }