import { Texture } from "@gltf-transform/core"; export declare function isMultipleOfFour(value: number): boolean; export declare function ceilMultipleOfFour(value: number): number; export declare function isLightmap(texture: Texture): boolean; export declare function setLightmapName(texture: Texture): void;