import { CommandHandlerWithEvents, CommandTreeResolution } from '../models/command'; export declare function isSuccessfulCommandResolution(resolution: CommandTreeResolution): resolution is CommandHandlerWithEvents;