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