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