interface InitOptions { sourceRepo: string; targetRepo: string; transformationInstructions: string; } export declare function init(cliOptions?: Partial): Promise; export {}; //# sourceMappingURL=init.d.ts.map