interface Body {
    statusCode: number;
    statusText?: string;
}
export declare const throwIfNotSuccess: (body: Body) => void;
export declare const configurationErrorMessage: () => string;
export {};
//# sourceMappingURL=error.d.ts.map