export declare class HeaderValue { readonly header: string; readonly value: string; constructor(header: string, value: string); }