/**
 * The ID of the audio effect. Each audio effect has a unique ID. The value range is `[1,10000]`.
 */
export declare type SoundId = number;
