export interface GlTransition { label: string; fragment: string; uniforms?: Record; } export declare const GL_EFFECTS: Record; export type EffectKey = keyof typeof GL_EFFECTS; export declare const GL_EFFECT_OPTIONS: Array<{ key: EffectKey; label: string; previewStatic: string | undefined; previewDynamic: string | undefined; }>;