/**
 * @module parser
 */
/**
 * get youtubeId from url.
 */
export declare function parseYoutubeId(url: string): string;
