import { GitHubBot } from '../base'; export declare function handleGitHubEvent(bot: GitHubBot, event: any, owner: string, repo: string): Promise;