/**
 * Gets the MIME type for a file based on its extension
 */
export declare function getMimeType(filePath: string): string;
