export declare enum SAWWinSoundType { Disappointing = 1, Positive = 2, HighlyPositive = 3, NoSound = 4, Custom = 5 } export declare const SAWWinSoundFiles: { 4: any; 1: string; 2: string; 3: string; };