import { GL3 } from "allofw"; export declare function compileShaders(shaders: { vertex?: string; geometry?: string; fragment?: string; }): GL3.Program; export declare function checkGLErrors(prefix?: string): void;