import { CustomError } from "ts-custom-error"; export declare class MastoWebSocketError extends CustomError { constructor(message: string, options?: ErrorOptions); }