type CallerType = keyof typeof CallerIds;
declare const CallerIds: {
    azure: string;
    gov: string;
    bot: string;
};

export { CallerIds, type CallerType };
