import { Got } from 'got';
import Bottleneck from 'bottleneck';
import { ValidatedOptions } from '../types';
export declare const getInstance: (apiUrl: string, options: ValidatedOptions, userAgent: string | undefined, rateLimiter: Bottleneck | undefined) => Got;
