import { Proxy, Options } from '../types/proxy';
export default function useProxy(globalOptions?: Partial<Options>): Proxy;
