export interface StalePr { readonly number: number; readonly url: string; readonly headRefName: string; readonly title: string; readonly state: 'OPEN'; readonly createdAt: string; } export declare function listOpenFactoryPrs(input: { readonly repoPath: string; readonly authorLogin: string; }): Promise; //# sourceMappingURL=stale-prs.d.ts.map