export declare function isActiveSessionStatus(type: string): boolean;
export declare function isTerminalSessionStatus(type: string): boolean;
