export declare class SoundModel { id: number; label: string; constructor(id?: number, label?: string); fromJSON(json: any): this; }