export declare const parseHeaders: (rawHeaders: string, body?: BodyInit, status?: number, statusText?: string) => Response;
