export type TContentTypes = typeof contentTypes[keyof typeof contentTypes]; export declare const contentTypes: { json: string; plain: string; binary: string; xml: string; html: string; formData: string; };