import { GlslContext, GlslLib } from './glsl-definitions'; export declare const glslRegistry: { [name: string]: new (context: GlslContext) => GlslLib; };