import { type IssueContext } from "./context.js"; export declare function attemptsSection(ctx: IssueContext, lookoutCmd: string): string[]; /** * What lookout will photograph when asked to rule, and against what. A fixer * who patches the one route the header names and is then ruled on three is * failing for a reason nothing had told them; this says it first. */ export declare function scopeSection(ctx: IssueContext): string[]; /** * Where everything lookout wrote about this lives, absolute. The config is * always named; the rest only when it is on disk, because the capture * workspace is rebuilt by every capture and a path to a file that is gone is * a wrong answer, not a pointer. */ export declare function artifactsSection(ctx: IssueContext): string[];