/** Callback url for each event */
export interface EventCallback {
    /** Email notification address in case of url calling failure */
    emailError?: string;
    /** Url called for each event */
    url?: string;
}
//# sourceMappingURL=EventCallback.d.ts.map