export declare class CommandExpiredEvent {
    readonly commandId: string;
    constructor(commandId: string);
}
//# sourceMappingURL=command-expired.event.d.ts.map