import { BondTellerTokenData } from "../types/bond";
export declare const BOND_TELLER_ADDRESSES: {
    [token: string]: BondTellerTokenData;
};
