import { MeshPhysicalNodeMaterial } from "three/webgpu"; type Node = any; export declare class GenericMethods extends MeshPhysicalNodeMaterial { /** * Hash function for texture bombing - generates pseudo-random values */ protected hash2D(p: Node): Node; } export {}; //# sourceMappingURL=GenericMethods.d.ts.map