export declare function workflowRequiredContextLines(projectDir?: string): readonly string[]; export declare function workflowRequiredActionLine(projectDir?: string): string; export declare function workflowReadChunkLines(projectDir?: string): readonly string[]; export declare function workflowImplementationContextSentence(projectDir?: string): string;