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