export declare const loadImage: (src: string) => Promise; export declare const createImageFromVideoElement: (video: HTMLVideoElement) => Promise;