import got from 'got'; import { Got } from './common'; export declare const mergeInstances: (...args: any[]) => Got; export declare const create: (defaults: { options: any; handler: Function; }) => got.GotInstance;