import { ProgramBundle } from './types'; export declare function createProgramBundle(gl: WebGLRenderingContext): ProgramBundle;