import { RequestEnvelope } from 'ask-sdk-model';
export declare const EventParser: (event: RequestEnvelope) => string;
