export class VideoNode extends Node { constructor(options: any); _video: any; _displayMode: any; _video_texture: VideoTexture; get aspectRatio(): number; waitForComplete(): Promise; } import { Node } from "../core/node.js"; import { VideoTexture } from "../core/texture.js";