import type { CommandOptions } from '../types';
export default function (options: CommandOptions): Promise<void>;
