import type { Pr } from '../../../../modules/platform/types';
export declare function tryReuseAutoclosedPr(branchName: string): Promise<Pr | null>;
