import type { CliContext } from '../cli-context.ts'; export declare function runNewCommand(argv: string[], context: CliContext): Promise; export declare function getNewCommandHelpText(target?: NodeJS.WriteStream): string; //# sourceMappingURL=new.d.ts.map