import type { IssueContext } from "./context.js"; /** * A document for an issue nobody has fixed yet has nothing to say here and * says nothing; a document for a fixed one is a record, and the diff is the * most useful thing in it. */ export declare function fixSection(ctx: IssueContext): Promise; export declare function verifySection(ctx: IssueContext, lookoutCmd: string): string[];