export declare function validateContentType(contentType: string): {
    json: boolean;
    file: boolean;
    text: boolean;
};
