import type { ExtractValues } from '../helpers'; export declare const startIntents: readonly ["meeting", "delivery", "staffOnboard", "manager", "companion", "other"]; export declare type StartNLPEngineIntent = ExtractValues; export declare const nlpEngineIntents: readonly ["meeting", "delivery", "staffOnboard", "manager", "companion", "other", "yesGeneric", "noGeneric", "askYesOrNo", "nameAnnounced", "bathroom", "fallback", "meetingFinish", "confirmMeetingVisitor", "companion", "cancel"]; export declare type NLPEngineIntent = ExtractValues;