import * as probot from 'probot'; export default function handleProbot(app: probot.Application): void; export declare function handleAction({ context, owner, repo, ref, action, }: { context: probot.Context; owner: string; repo: string; ref: string; action: string; }): Promise;