import { TMapContext } from '..';
import { GoogleCloudDialogflowV2WebhookRequest } from 'actions-on-google';
import { WebhookClient } from 'dialogflow-fulfillment';
export declare const createMapHandler: (createContext: () => TMapContext | undefined, dfRequest: GoogleCloudDialogflowV2WebhookRequest, withIntentDetailsAdded?: boolean) => (agent: WebhookClient) => void;
