import { SupportedChainId } from '../types';
export type SupportedDexConfig = {
    depositGuardAddress: string;
    vaultDeployerAddress: string;
};
export declare const VAULT_DEPOSIT_GUARD: Record<SupportedChainId, string>;
export declare const addressConfig: Record<SupportedChainId, SupportedDexConfig>;
export declare const MULTICALL_ADDRESSES: Partial<Record<SupportedChainId, string>>;
