export declare class InvalidMethodBodyError extends Error {
    method: string;
    url: string;
    constructor(method: string, url: string);
}
