import { IDisposable } from "../core/types"; export interface IBackgroundTaskInfo { title?: string; description?: string; icon?: string; } export declare class BusyIndicatorService { createIndicator(info?: IBackgroundTaskInfo): IDisposable; } //# sourceMappingURL=BusyIndicatorService.d.ts.map