import { CommandOptions } from '../types';
export declare function command(commandOptions: CommandOptions): Promise<void>;
