import { MessageAggregatorFormat } from "@medusajs/types";
/**
 * @internal this decorator is not meant to be used except by the internal team for now
 *
 * @param options
 * @constructor
 */
export declare function EmitEvents(options?: MessageAggregatorFormat): (target: any, propertyKey: string | symbol, descriptor: any) => void;
//# sourceMappingURL=emit-events.d.ts.map