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