import { Octokit } from 'octokit'; export declare class BaseOctokitHelper { private octokit; constructor(octokit?: unknown); getOctokit(): Octokit; }