import { SupportedChainId } from '../types';
export declare const VAULT_DEPOSIT_GUARD: Record<SupportedChainId, string>;
export declare const VAULT_DEPLOYER: Record<SupportedChainId, string>;
export declare const MULTICALL3_ADDRESSES: Partial<Record<SupportedChainId, string>>;