export declare function createCustomHeader(headerPrefix: string, values: string[]): string; export declare function parseCustomHeader(headerName: string, headerPrefix: string): string[]; //# sourceMappingURL=custom-header-format.d.ts.map