/**
 * Detect content type from file data or filename extension
 */
export declare const getContentType: (data: any, key: string) => string | undefined;
