import { Octokit } from '@octokit/core';
export declare const createOctokitClient: (appToken: string, githubToken?: string) => Promise<Octokit>;
