import { Octokit } from "@octokit/core"; export declare const VERSION = "0.0.0-development"; export declare function retry(octokit: Octokit, octokitOptions?: ConstructorParameters[0]): void; export declare namespace retry { var VERSION: string; }