export declare function isEmbedUri(uri: string | null): boolean;
export declare function isShareUri(uri: string | null): boolean;
export declare function isWatchUri(uri: string): boolean;
export declare function isShortsUri(uri: string): boolean;
export declare function convertShareUriToEmbedUri(uri: string): string | null;
export declare function convertWatchOrShortsUriToEmbedUri(uri: string): string | null;
export declare function videoIdFromWatchOrShortsOrEmbedUri(uri: string): string | null;
export declare function createWatchUriFromVideoId(id: string): string;
//# sourceMappingURL=youtube.d.ts.map