/** * watch the status of the checks on a pull request * * @param prURL - The URL or number of the pull request */ export declare function getCheckStatus(prURL: string, interval?: number, timeout?: number): Promise;