/** * @deprecated */ export declare namespace SoundTypes { type int = number; type float = number; function same(value: T): T; }