import { type OutdatedPlugin } from '../updater/plugin-compare.js'; import type { CataloguedPlugin } from '../types/plugin.types.js'; interface SchedulePluginUpdateCheckDeps { loadPlugins?: () => CataloguedPlugin[]; now?: Date; } export declare function resetPendingPluginUpdateCheck(): void; export declare function schedulePluginUpdateCheck(stateDir: string, userAgentVersion: string, frequencyDays: number, deps?: SchedulePluginUpdateCheckDeps): void; export declare function settlePluginUpdateCheck(timeoutMs?: number): Promise; export {}; //# sourceMappingURL=plugin-update-orchestrator.d.ts.map