import { Object3D } from 'three';
import { TileCorners } from './WFCCommon';
import { TileRotation } from './WFCTileConfig';
export declare function tileCubeLatticeDeform(object: Object3D, tileCorners: TileCorners, rotation: TileRotation): void;
