import { MediaData } from '../types'; declare function transformMediaData(data: any): MediaData; export default transformMediaData;