import { Options } from 'got'; export declare class GotConfigProvider { private readonly defaultGotConfig; private readonly forRootGotConfig; private readonly forInstanceGotConfig; constructor(defaultGotConfig: Options, forRootGotConfig?: Options, forInstanceGotConfig?: Options); getConfig(): Options; }