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