import { AccountModuleParams, NetworkWithCount, NetworkConfigurationOptions } from "../utils/type";
export declare function useLeftAccountsModule(params: AccountModuleParams, { useAccountData, accountsCount, }: Pick<NetworkConfigurationOptions, "useAccountData" | "accountsCount">): Array<NetworkWithCount>;
//# sourceMappingURL=useLeftAccounts.d.ts.map