import { ParticipantRole } from 'src/common/enum/participant-role.enum';
import { RegistrationAction } from 'src/common/enum/registration-action.enum';
import { ZoomRole } from '../enums/zoom-role.enum';
import { ZoomRegistrationUpdate } from '../enums/zoom-registration-update.enum';
export declare const ROLE_MAP: Record<ParticipantRole, ZoomRole>;
export declare const ACTION_MAP: Record<RegistrationAction, ZoomRegistrationUpdate>;
export declare const SHARED_SESSION_GENERAL_LINK_ROLE_KEYS: string[];
export declare const SHARED_SESSION_GENERAL_LINK_PLACEHOLDER: {
    readonly name: "system";
    readonly count: 0;
    readonly domain: "infinitheism.com";
};
