/** * @param {{ * gitRoot: string, * branch: string, * status: any * }} input * @param {{ * effectiveReviewCount: (status: any) => number, * governanceGuidanceLines: (status: any) => Promise, * planVerifyHint: (changeId: string) => string * }} deps */ export declare function renderChangeStatusOutput(input: any, deps: any): Promise;