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