export declare function computeChangeNextAdvice(gitRoot: string, changeId: string, deps: any): Promise<{ changeId: string; branch: string; inferredChangeId: string; phase: unknown; governance: unknown; scopeGate: unknown; blockersStrict: unknown; evidence: { persistent?: number; } | null; collaboration: Record | null; actions: string[]; prohibitions: string[]; recommended: string[]; }>; /** * @param {{ * changeId: string, * gitRoot: string, * now: string, * status: any, * advice: any, * planVerifyLine: string * }} input */ export declare function renderChangeStateMarkdown(input: any): string;