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