import { BaseError, Type } from "./type";
/**
 * @hidden
 */
export declare class ObjectDisposedException extends BaseError {
    static $t: Type;
    constructor(a: number, b: string);
    constructor(a: number, b: string, c: string);
    constructor(a: number, ..._rest: any[]);
}
