import { PublicKey } from "@solana/web3.js"; import { Id } from "./basic"; import { WalletId } from "./WalletId"; import { Field } from "../serialization/Field"; export declare class TokenAccountId extends Id { private constructor(); static native(walletId: WalletId): TokenAccountId; static of(pubKey: PublicKey): TokenAccountId; static field(property: string): Field; } //# sourceMappingURL=TokenAccountId.d.ts.map