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