UNPKG

357 BTypeScriptView Raw
1import type { MakeRequest } from '../common-types';
2import type { PlainClientAPI } from './common-types';
3import type { DefaultParams } from './wrappers/wrap';
4export type { DefaultParams } from './wrappers/wrap';
5/**
6 * @private
7 */
8export declare const createPlainClient: (makeRequest: MakeRequest, defaults: DefaultParams | undefined) => PlainClientAPI;