export declare function updateProxy(data: { name: string; }): Promise; export declare function getProxyTarget(proxy: any): any;