import { CaughtException } from '../../etc/caught-exception'; export declare class ClientCompanyPortal extends CaughtException { readonly name = "ClientCompanyPortal"; static instanceOf(error: Error | NonNullable): boolean; static readonly UNKNOWN_ERROR: CaughtException; static readonly FETCHING_DATA: CaughtException; static readonly INVALID_PAYLOAD: CaughtException; }