/**
 * Try to load a video and return `null` in case of failure.
 * @param url URL of the image to load.
 */
export declare function tgdLoadVideo(url: string): Promise<HTMLVideoElement | null>;
//# sourceMappingURL=video.d.ts.map