import type { NewCommandOptions } from '../types.js'; export declare function newCommand(name: string, options: NewCommandOptions): Promise; //# sourceMappingURL=new.d.ts.map