declare namespace openfl.display3D { export enum Context3DProgramFormat { AGAL = "agal", GLSL = "glsl", } } export default openfl.display3D.Context3DProgramFormat;