import { type ContinuationPromptContext } from "./continuation-prompt.js"; import type { ClosurePayload } from "./workflow-closure.js"; export declare const POST_BUILD_CLOSURE_NEXT_ACTION = "if build/test/runtime already pass, fill implementation and review reports, archive the completed ticket after review, then run `npx ph workflow finish implement`"; export declare function workflowClosureRailLines(payload: ClosurePayload, context?: Extract): readonly string[];