export declare type CallIdUnion = CallId; /** Contains the call identifier */ export interface CallId { _: 'callId'; /** Call identifier */ id: number; }