EndBehaviorSummaryNo summary provided.declare type EndBehavior = { behavior: EndBehaviorType.Manual; } | { behavior: EndBehaviorType.AfterSilence | EndBehaviorType.AfterInactivity; duration: number; };