import type { Data, Params, Service } from './types';
export declare const request: Service<Data, Params>;
