import TaskManager from '../TaskManager.js'; export declare function getOperationsStatus(this: TaskManager): Record; export declare function getOperationStatus(this: TaskManager, id: string): Record; export declare function getCurrentGroup(this: TaskManager): string | undefined; export declare function getCurrentGroupStatus(this: TaskManager): Record; export declare function getGroupStatus(this: TaskManager, group: string): Record;