/** Contains the call identifier */ export declare class CallIdBaseModel { _: 'callId'; /** Call identifier */ id: number; }