import type { Service } from '../types';
export declare const request: Service<any, any[]>;
