export declare const formatAccept: (accept: string | string[] | undefined) => { '*': string[]; } | undefined;