export type Effect = "CHROMA_NONE" | "CHROMA_STATIC" | "CHROMA_CUSTOM" | "CHROMA_CUSTOM2" | "CHROMA_CUSTOM_KEY"; export declare namespace Effect { const NONE: Effect; const STATIC: Effect; const CUSTOM: Effect; const CUSTOM2: Effect; const CUSTOM_KEY: Effect; }