declare function parse(header: string): Record<string, string>[];

export = parse;
