export declare class InvalidEventError extends Error {
    constructor(eventAsPayload: any, message: string);
}
