import { Address } from 'viem';

declare const ORACLE_PROXY_BY_CHAIN: Record<number, Address>;

export { ORACLE_PROXY_BY_CHAIN };
