import { CommandModule } from 'yargs'; import '../node/registerTsNode'; declare type Options = { transform?: string; parser?: string; parserOptions?: string; find?: string; replace?: string; filesAndDirectories?: string[]; yes?: boolean; gitignore?: boolean; threads?: number; debugConfig?: boolean; }; declare const transform: CommandModule; export default transform;