/** * Copyright (c) 2014-present Houfeng * @homepage https://github.com/Houfeng/ober * @author Houfeng */ export declare function isNativeProxyUsed(): boolean; export declare function createProxy(target: T): T; //# sourceMappingURL=Proxy.d.ts.map