import { TsEnumType } from "kryo/types/ts-enum"; export declare enum Screen2ColorDepth { Rgb24 = 0, Hybrid15_7 = 1 } export declare const $Screen2ColorDepth: TsEnumType;