import type { Address, Hex } from "viem"; import type { INTENT_V1_VERSION_TYPE, INTENT_VERSION_TYPE } from "../types/intent.js"; export declare const ZERODEV_URLS: { readonly INTENT_SERVICE: "https://intent.zerodev.app/v3/intent"; readonly RELAYER_SERVICE_MAINNET: "https://relayer.zerodev.app"; readonly RELAYER_SERVICE_TESTNET: "https://relayer-testnet.zerodev.app"; }; export declare const V2_SAME_CHAIN_ORDER_DATA_TYPE: Hex; export declare const IntentVersionToAddressesMap: { [key in INTENT_VERSION_TYPE]: { intentExecutorAddress: Address; }; }; export declare const INTENT_V0_2: INTENT_V1_VERSION_TYPE; export declare const INTENT_V0_3: INTENT_V1_VERSION_TYPE; //# sourceMappingURL=constants.d.ts.map