import type { Point3 } from '../types/index.js';
export default function getVolumeActorCorners(volumeActor: any): Point3[];
