declare const getYouTubeID: (url: string, opts?: { fuzzy: boolean }) => string | null;
export default getYouTubeID;
