import type { IEvent } from '@nestjs/cqrs';
export declare class HandlerBound implements IEvent {
    readonly handlerName: string;
    constructor(handlerName: string);
}
