import type { Options } from '@ebec/http'; import { BadRequestError } from '@ebec/http'; import type { AuthorizationHeaderType } from 'hapic'; export declare class HeaderError extends BadRequestError { constructor(options?: Options); static unsupportedHeaderType(type: `${AuthorizationHeaderType}`): HeaderError; } //# sourceMappingURL=header.d.ts.map