export declare const GLSLSymbol = "GLSL";
/**
 * object created by **GLSL``** string template
 */
export type GLSLCode = string;
/**
 * GLSL string template to write your shader.
 */
export default function GLSL(strings: TemplateStringsArray, ...values: string[]): GLSLCode;
//# sourceMappingURL=GLSL.d.ts.map