import { CLICommand } from '../command/cliCommand'; import { DecoratorFunction } from './decoratorFunction'; export declare function Before(...preconditions: DecoratorFunction[]): (target: CLICommand, _propertyKey: string, descriptor: PropertyDescriptor) => void;