import { Texture } from 'three';
export type ComputerVisionValidSource = HTMLVideoElement | HTMLCanvasElement | HTMLImageElement;
export declare function computerVisionValidSource(texture: Texture): ComputerVisionValidSource | undefined;
