import { SelectorRule } from '../core';
import { EvaluationContext, CommandOutput } from '../types';
export declare class SelectCommandOutputRule extends SelectorRule {
    private command;
    constructor(id: string, command: string);
    select(_context: EvaluationContext): Promise<CommandOutput[]>;
}
//# sourceMappingURL=SelectCommandOutputRule.d.ts.map