import { BlockchainName } from '../../../../../../core/blockchain/models/blockchain-name';
export declare const rubicProxyContractAddress: Record<BlockchainName, {
    gateway: string;
    router: string;
}>;
