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