import { defineToken } from '../defineToken.js';
export declare const thetausd: defineToken.ReturnType<{
    readonly addresses: {
        readonly 42431: "0x20c0000000000000000000000000000000000003";
    };
    readonly currency: "USD";
    readonly decimals: 6;
    readonly name: "ThetaUSD";
    readonly symbol: "thetaUSD";
}>;
//# sourceMappingURL=thetausd.d.ts.map