import type { PrCache } from '../../../../util/cache/repository/types';
export declare function getPrCache(branchName: string): PrCache | null;
export declare function setPrCache(branchName: string, bodyFingerprint: string, prModified: boolean): void;
