export interface Accept { type: string; params: Record; q: number; } export declare const parseAccept: (acceptHeader: string) => Accept[];