type EventFunctionRegex = { [key: string]: RegExp; }; declare const LIST_ALL: { WELCOME: string; MEDIA: string; LOCATION: string; DOCUMENT: string; VOICE_NOTE: string; ACTION: string; ORDER: string; TEMPLATE: string; CALL: string; }; declare const LIST_REGEX: EventFunctionRegex; export { LIST_ALL, LIST_REGEX }; //# sourceMappingURL=index.d.ts.map