blob: dc62f632aed6981f3fd7af5798553c2a1a0cac75 [file] [log] [blame]
import type { Octokit } from "@octokit/core";
/**
* @param octokit Octokit instance
* @param options Options passed to Octokit constructor
*/
export declare function requestLog(octokit: Octokit): void;
export declare namespace requestLog {
var VERSION: string;
}