import type { Argv } from '../Argv'; declare const _default: { command: string; desc: string; builder: { cacheDir: { default: string; describe: string; }; destination: { default: string; describe: string; }; features: { default: string; describe: string; }; artifact: { default: string; describe: string; }; source: { default: string; describe: string; }; issueTrackerUrl: { describe: string; }; jiraProject: { describe: string; }; jiraUrl: { describe: string; }; project: { default: string; describe: string; }; shortFilenames: { default: boolean; type: string; describe: string; }; log: { default: string; choices: string[]; describe: string; }; }; handler: (argv: Argv) => Promise; }; export = _default; //# sourceMappingURL=run.d.ts.map