declare const MeetingStateMachine: { /** * Initializes the StateMachine for the meeting * @param {Meeting} meetingRef A reference to a meeting instance * @returns {StateMachine} */ create(meetingRef: any): any; }; export default MeetingStateMachine;