declare function getAcceptAttrString(accept: Record | string | string[] | undefined): string | undefined; export { getAcceptAttrString };