export default function proxyPolyfill(): { (target: any, handler: any): any; revocable(target: any, handler: any): { proxy: any; revoke: any; }; };