export default getMediaSource; declare function getMediaSource({ url, onUpdate, sourceType }: { url: any; onUpdate: any; sourceType?: string; }): string;