import { Mesh } from 'three';
import { Vector3 } from '../../Vector3.js';
export declare const transformEdge: (offset: Vector3, mesh: Mesh) => void;
