export declare class MockStatusError {
    status: number;
    error?: any;
    statusText: string;
    constructor(status: number, error?: any);
}
