export class ShaderGenerator { /** * @param {Map} defines - the set of defines to be used in the shader. * @returns {number} the hash code of the defines. */ static definesHash(defines: Map): number; }