export declare const convertHeadersInput: (headers?: string[]) => Record<string, string> | undefined;
