export declare const parseLinkHeader: (linkHeader: string) => Map<string, string>;
