export interface PatternForkArgs { source: string; asName: string; } export interface PatternForkResult { source: string; asName: string; sourceDir: string; targetDir: string; } export declare function patternForkFlow(args: PatternForkArgs): Promise; //# sourceMappingURL=pattern-fork.d.ts.map