import { type IPullRequest, type Projects } from '../../common/azureDevOps'; export declare const createHumanReadableUrl: (organisation: string, repository: string, prId: number) => string; export declare const countWeekDays: (d0: Date, d1: Date) => number; export declare const getSLADate: (pr: IPullRequest, project: Projects, key: string) => Promise; export declare const getShortDate: (date: Date | string) => string;