export declare const mockStablecoinsResponse: {
    cryptoAssets: {
        [k: string]: {
            id: string;
            ticker: string;
            name: string;
            assetsIds: {};
        };
    };
    networks: {};
    cryptoOrTokenCurrencies: {};
    interestRates: {};
    markets: {};
    currenciesOrder: {
        key: string;
        order: string;
        metaCurrencyIds: string[];
    };
};
//# sourceMappingURL=stablecoins.mock.d.ts.map