/** * The call was ended before the conversation started. It was declined by the other * party */ export declare class CallDiscardReasonDeclinedBaseModel { _: 'callDiscardReasonDeclined'; }