export declare type TIsStateType = 'online' | 'offline'; export default function isState(type: TIsStateType): boolean;