import type { Language } from '../../core/models/index.js'; export declare function pathExistsForEject(path: string): boolean; export declare function writeNewEjectedFile(trustedRoot: string, targetPath: string, content: string): () => void; export declare function copyReferencedBuiltinStepFragments(workflowContent: string, lang: Language, targetDir: string, workflowPath: string, isProjectEject: boolean): () => void; export declare function copyReferencedBuiltinFacetPools(workflowContent: string, _lang: Language, targetDir: string, _workflowPath: string, _isProjectEject: boolean, builtinSourceDir: string, builtinBoundaryDir: string): () => void; //# sourceMappingURL=ejectStepFragments.d.ts.map