import { RestfulApiHttpError } from '@bitblit/ratchet-common/network/restful-api-http-error';
export declare class RequestTimeoutError<T = void> extends RestfulApiHttpError<T> {
    static readonly HTTP_CODE: number;
    constructor(...errors: string[]);
}
