/** * 检查新的issue comment * @param org * @param repo * @param key * @return {Promise} */ export declare function checkIssueComment(org: string, repo: string, key: string): Promise;