import { Geometry, Matrix4 } from "three"; export declare function ScaleUV(geo: Geometry, scale?: number): void; export declare function ScaleUV2(geo: Geometry, ocs: Matrix4, xScale?: number, yScale?: number, isInvert?: boolean): void; //# sourceMappingURL=UVUtils.d.ts.map