import type { PromptContext } from '../types'; /** * Renders the Process Creation phase section. */ export declare function renderProcessCreation(ctx: PromptContext): string; //# sourceMappingURL=processCreation.d.ts.map