export declare const MESSAGE_TYPE_RESOURCE_ENTRY = "resource-entry";
export declare const MESSAGE_TYPE_HTTP_REQUEST_START = "http-request-start";
export declare const MESSAGE_TYPE_HTTP_REQUEST_END = "http-request-end";
export declare const MESSAGE_TYPE_HTTP_REQUEST_PENDING = "http-request-pending";
export declare const MESSAGE_TYPE_DOM_MUTATION = "dom-mutation";
export declare const userActionDataAttributeParsed = "faroUserActionName";
export declare const userActionDataAttribute = "data-faro-user-action-name";
