export class SilentSoundMaterial extends AbstractSoundMaterialDefinition {
    computeInteractionSounds(destination: any, destination_offset: any, interaction: any): number;
    toJSON(): {};
    fromJSON(): void;
}
export namespace SilentSoundMaterial {
    let typeName: string;
    let INSTANCE: SilentSoundMaterial;
}
import { AbstractSoundMaterialDefinition } from "../AbstractSoundMaterialDefinition.js";
//# sourceMappingURL=SilentSoundMaterial.d.ts.map