export interface ObjectDetectionClass {
    name: string;
    id: number;
    displayName: string;
}
export declare const CLASSES: {
    [key: string]: ObjectDetectionClass;
};
