import * as helper from './helper'; declare const _default: { commands: { name: string; describe: string; examples: string[][]; handler(options: any, targetFiles: string[]): void; }[]; options: ({ name: string; alias: string; describe: string; type: string; } | { name: string; describe: string; type: string; alias?: undefined; })[]; helper: typeof helper; }; export default _default;