/** * Upgrades the Enclave contract implementation and saves the deployment arguments * This keeps the same proxy address, only updates the implementation */ export declare const upgradeEnclave: () => Promise; //# sourceMappingURL=enclave.d.ts.map