/** * Get each component of the score for a mime type. The sum of these is the * total score. The higher the score, the more "official" the type. */ export declare function mimeScore(mimeType: any, source?: string): any;