import { Command } from 'clipanion'; export declare class CodemodCommand extends Command { static paths: string[][]; rootPath: string; verbose: boolean; static usage: import("clipanion").Usage; catch(error: any): Promise; execute(): Promise; } export declare const writeGitignore: (rootPath: string) => Promise;