/*! Copyright (c) 2019, XAPPmedia */ import { ActionsIntentConfirmation, ActionsIntentDateTime, ActionsIntentDeliveryAddress, ActionsIntentLink, ActionsIntentMain, ActionsIntentMediaStatus, ActionsIntentOption, ActionsIntentPermission, ActionsIntentSignIn, ActionsIntentSurfaceChange, ActionsIntentText, AogPlatform, AudioPlayerPlaybackFinishedType } from "./Types"; export declare const ACTIONS_INTENT_CONFIRMATION: ActionsIntentConfirmation; export declare const ACTIONS_INTENT_DATETIME: ActionsIntentDateTime; export declare const ACTIONS_INTENT_DELIVERY_ADDRESS: ActionsIntentDeliveryAddress; export declare const ACTIONS_INTENT_LINK: ActionsIntentLink; export declare const ACTIONS_INTENT_MAIN: ActionsIntentMain; export declare const ACTIONS_INTENT_MEDIA_STATUS: ActionsIntentMediaStatus; export declare const ACTIONS_INTENT_OPTION: ActionsIntentOption; export declare const ACTIONS_INTENT_PERMISSION: ActionsIntentPermission; export declare const ACTIONS_INTENT_SIGN_IN: ActionsIntentSignIn; export declare const ACTIONS_INTENT_SURFACE_CHANGE: ActionsIntentSurfaceChange; export declare const ACTIONS_INTENT_TEXT: ActionsIntentText; export declare const AUDIO_PLAYER_PLAYBACK_FINISHED: AudioPlayerPlaybackFinishedType; export declare const MEDIA_STATUS = "MEDIA_STATUS"; export declare const AOG_PLATFORM: AogPlatform; export declare const ACTIONS_ON_GOOGLE_PLATFORM: AogPlatform;