/** * AI Motion - WebGL2 animated border with AI-style glow effects * * @author Simon * @license MIT * @repository https://github.com/gaomeng1900/ai-motion */ export declare function compileShader(gl: WebGL2RenderingContext, type: GLenum, source: string): WebGLShader; export declare function createProgram(gl: WebGL2RenderingContext, vertexSource: string, fragmentSource: string): WebGLProgram; //# sourceMappingURL=program.d.ts.map