import { Got, ExtendOptions } from 'got'; export declare const createClient: (opts?: Got | ExtendOptions) => Got;