import type { Cursor, Page, Validator } from "@ledgerhq/coin-module-framework/api/types";
import type { HederaCoinConfig } from "../config";
export declare function getValidators({ configOrCurrencyId, cursor, }: {
    configOrCurrencyId: HederaCoinConfig | string;
    cursor: Cursor | undefined;
}): Promise<Page<Validator>>;
//# sourceMappingURL=getValidators.d.ts.map