declare function _exports({ sourcePath, codemodPath, configPath, ignore, parser, parserConfig, isMetaComponentPackageMigration, printToStdOut, dryRun }?: { sourcePath?: string | undefined; codemodPath: any; configPath: any; ignore?: any[] | undefined; parser?: string | undefined; parserConfig: any; isMetaComponentPackageMigration?: boolean | undefined; printToStdOut?: boolean | undefined; dryRun?: boolean | undefined; }): void; export = _exports; //# sourceMappingURL=execute-codemod.d.ts.map