import { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
type LedgerExplorer = {
    version: string;
    id: string;
    endpoint: string;
};
export declare const findCurrencyExplorer: (currency: CryptoCurrency) => LedgerExplorer | null | undefined;
export {};
//# sourceMappingURL=explorer.d.ts.map