declare type HeaderValue = number | string | string[] | undefined; export declare type Headers = Record; export {};