import type { Proxy } from './types';
declare const proxy: Proxy;
export default proxy;
