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