type MonacoTheme = any; type SetThemeFn = (theme: MonacoTheme, force?: boolean) => Promise | void; export declare function scheduleMonacoThemeUpdate(theme: MonacoTheme, setTheme: SetThemeFn): Promise; export {};