export declare class AlbyResponseError extends Error {
    status: number;
    statusText: string;
    headers: Record<string, any>;
    error: any;
    constructor(status: number, statusText: string, headers: Headers, error: any);
}
//# sourceMappingURL=AlbyResponseError.d.ts.map