export interface StatusPanelOptions { export?: string; assignee?: string; platform?: string; type?: string; health?: boolean; lifecycle?: boolean; task?: string; status?: string; iteration?: string; scope?: 'iteration' | 'global'; } export declare function statusPanelCommand(options?: StatusPanelOptions): Promise; export declare function defaultPhase(iterDir: string): Promise; //# sourceMappingURL=status-panel.d.ts.map