/**
 * @template T
 */
export class SoundMaterialSurfaceDetector<T> {
    /**
     *
     * @param {T} thing
     * @param {Vector3} point
     * @param {SoundMaterialInteractionType} interaction
     * @returns {SoundAssetPlaybackSpec[]}
     */
    detect(thing: T, point: Vector3, interaction: SoundMaterialInteractionType): SoundAssetPlaybackSpec[];
}
//# sourceMappingURL=SoundMaterialSurfaceDetector.d.ts.map