/*! Copyright (c) 2019, XAPPmedia */ export * from "./Conversation"; export * from "./Profile"; export * from "./Surface"; export * from "./User"; export * from "./Request"; export { GoogleActionsV2Argument as Argument } from "actions-on-google"; export { GoogleActionsV2Input as Input } from "actions-on-google";