declare const ProxyRevocable: (target: T, handler: ProxyHandler) => { proxy: T; revoke: () => void; }; export = ProxyRevocable;