import type { PartialContext } from '../types/Context.js'; export interface NotifyReloadOptions { reason: string; } /** * Notifies clients that a reload is needed by incrementing the session version. */ export declare function notifyReload(options: NotifyReloadOptions, context: PartialContext<'bus' | 'telemetryClient', 'sequence'>): Promise; //# sourceMappingURL=notifyReload.d.ts.map