export default class MeetingMethods {
    static readonly AT_LOCATION: number;
    static readonly PHONE_CALL: number;
    static readonly VIDEO_CALL: number;
    static readonly OFF_SITE: number;
}
