import { OptionValues } from 'commander'; export declare function createCodemodAction(name: string): (dirs: string[], opts: OptionValues) => Promise;