import { GoogleCloudDialogflowV2Context } from 'actions-on-google';
export declare const findContext: (contains: string, contexts?: GoogleCloudDialogflowV2Context[] | undefined) => GoogleCloudDialogflowV2Context | undefined;
