interface getDownloadFormatReturn {
    format: string | undefined;
    mediaType: string | undefined;
}
export default function getDownloadFormat(inputformat: string | number): getDownloadFormatReturn;
export {};
