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