/** The PABX sounds */
export interface OvhPabxSound {
    /** The sound filename */
    name: string;
    /**  */
    soundId: number;
}
//# sourceMappingURL=OvhPabxSound.d.ts.map