import type { Token } from '../types/index.js';
export declare const STABLECOINS: {
    [key: number]: {
        [key: string]: Token;
    };
};
//# sourceMappingURL=stablecoins.d.ts.map