import { TransactionMeta } from '..'; import { WithTriggeringLabelMeta } from '../factory'; export declare type SuccessPayload = Record; /** * @registeredEvent * @title Success * @customTag success * @description notifies a successful action * @payload {} * @meta { * triggeredBy: string * transactionId: string * } */ export declare const eventBusSuccess: import("..").Factory;