/**
* Converts a given string to a GLSL compatible symbol name.
*
* @param name - The input string.
* @returns The GLSL compatible symbol name.
* @internal
*/
export defaultfunctiontoGlName(name: string): string;
//# sourceMappingURL=toGlName.d.ts.map