export declare enum SoundPanType {
    Stereo = "stereo",
    Spatial = "spatial"
}
