Philipp Horstenkamp ff32b18cc4
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 34s
Adding the rest back in.
2023-11-19 03:47:39 +01:00

7 lines
349 B
TypeScript

/// <reference types="node" />
import * as http from 'http';
import { OctokitOptions } from '@octokit/core/dist-types/types';
export declare function getAuthString(token: string, options: OctokitOptions): string | undefined;
export declare function getProxyAgent(destinationUrl: string): http.Agent;
export declare function getApiBaseUrl(): string;