import type { CacheRes } from "@ledgerhq/live-network/cache"; import type { ValidatorsAppValidator } from "./network/validator-app"; export declare function fetchValidators(currencyId: string): Promise; export declare const getSolanaValidators: CacheRes<[currencyId: string], ValidatorsAppValidator[]>; //# sourceMappingURL=validators.d.ts.map