export type TabStatusKind = 'idle' | 'busy' | 'waiting'; /** * Declaratively set the tab-status indicator (OSC 21337). */ export declare function useTabStatus(kind: TabStatusKind | null): void; //# sourceMappingURL=use-tab-status.d.ts.map