export declare const getUserAgent: (str?: string) => string;
declare const httpClient: import("got").Got;
export default httpClient;
