import type { Hex } from 'viem'; export declare const GATEWAY_API_URLS: Record; export declare const GATEWAY_METHODS: { createTask: string; sendTask: string; simulatePolicy: string; simulateTask: string; simulatePolicyData: string; simulatePolicyDataWithClient: string; getPrivacyPublicKey: string; getSecretsPublicKey: string; uploadIdentityEncrypted: string; getIdentityEncrypted: string; storeEncryptedSecrets: string; uploadConfidentialData: string; getConfidentialData: string; registerWebhook: string; unregisterWebhook: string; }; export declare const NEWTON_PROVER_TASK_MANAGER: Record; /** AttestationValidator contracts — verify BLS aggregate signatures on-chain. */ export declare const ATTESTATION_VALIDATOR: Record; /** IdentityRegistry contracts — on-chain identity data refs and policy client links. */ export declare const IDENTITY_REGISTRY: Record; /** PolicyClientRegistry contracts — on-chain policy client registration and lifecycle. */ export declare const POLICY_CLIENT_REGISTRY: Record; /** ConfidentialDataRegistry contracts — on-chain provider-managed confidential data refs. */ export declare const CONFIDENTIAL_DATA_REGISTRY: Record;