export declare const MOCK_IDS: string[];
export declare const MOCK_WITH_TOKEN_AND_CURRENCY_ASSET: ({
    $type: string;
    ledgerId: string;
    providerId: string;
    name: string;
    ticker: string;
    network: string;
    contract: string;
    status: string;
    reason: null;
    data: {
        img: string;
        marketCapRank: number;
    };
} | {
    $type: string;
    ledgerId: string;
    providerId: string;
    name: string;
    ticker: string;
    status: string;
    reason: string;
    data: {
        img: string;
        marketCapRank: number;
    };
    network?: undefined;
    contract?: undefined;
})[];
export declare const MOCK_TOKENS_ONLY: {
    $type: string;
    contract: string;
    data: {
        img: string;
        marketCapRank: number;
    };
    ledgerId: string;
    name: string;
    network: string;
    providerId: string;
    reason: null;
    status: string;
    ticker: string;
}[];
export declare const MOCK_POL: ({
    $type: string;
    ledgerId: string;
    providerId: string;
    name: string;
    ticker: string;
    network: string;
    contract: string;
    status: string;
    reason: null;
    data: {
        img: string;
        marketCapRank: number;
    };
} | {
    $type: string;
    ledgerId: string;
    providerId: string;
    name: string;
    ticker: string;
    status: string;
    reason: string;
    data: {
        img: string;
        marketCapRank: number;
    };
    network?: undefined;
    contract?: undefined;
})[];
//# sourceMappingURL=mock.d.ts.map