/** * Deploys the Enclave contracts */ export declare const deployEnclave: (withMocks?: boolean, withZKVerification?: boolean) => Promise; //# sourceMappingURL=deployEnclave.d.ts.map