import { TMeters } from '../../Math'; export type TSpatialPerformanceOptions = Readonly<{ noiseThreshold: TMeters; }>;