import { web3 } from "@coral-xyz/anchor"; import { UserStakeAccount } from "../../types"; export declare const getAllUsersStakeAccounts: (programId: web3.PublicKey, connection: web3.Connection) => Promise;