export declare const INTERACTION_CONTEXT = "interactionContext"; export declare const INTERACTION_PARAMS = "interactionParams"; export declare const INTERACTION_GRANT_ID = "interactionGrantId"; export declare const INTERACTION_PROMPT = "interactionPrompt"; export declare const INTERACTION_UID = "interactionUid"; export declare const INTERACTION_SESSION = "interactionSession"; export declare const INTERACTION_DETAILS = "interactionDetails"; export declare const INTERACTION_OPTIONS = "interactionOptions"; export declare const INTERACTION = "interaction"; export declare const INTERACTIONS = "interactions";