import { LoopUpdatePriority } from '../../Loop'; export type TAudioPerformanceOptions = Readonly<{ updatePriority?: LoopUpdatePriority; }>;