export type MediaPlatform = 'youtube' | 'vk' | 'rutube' | 'download' | 'upload' | 'unknown' | 'link'; export declare function parseVideoURL(url: string, isLink?: boolean): { platform: MediaPlatform; id: string | null; }; //# sourceMappingURL=parseVideoURL.d.ts.map