declare function makeProxy(target: { [name: string]: any; }, meta?: any): any; export default makeProxy;