/** * watch the pull request until it is merged. * * @param prURL - The URL of the pull request */ export declare function watchMerged(prURL: string): Promise<"failed" | "merged" | "closed" | undefined>;