import type { UseRequestOptions } from './types';
export default function useRequestProvider(config: UseRequestOptions<unknown, any, any>): void;
