export declare const AUDIO_EXTENSIONS: RegExp; export declare const VIDEO_EXTENSIONS: RegExp; export declare const isAudio: (url: string) => boolean; export declare const isVideo: (url: string) => boolean; export declare const isUrlSupported: (url: string) => boolean;