import { CustomError } from 'ts-custom-error'; export declare class ConnectError extends CustomError { status: string; constructor(status: string); }