export declare type NftTokenAccount = { id?: string; data: any; isMutable: 0 | 1; key: 0 | 1 | 2 | 3 | 4; mint: string; primarySaleHappened: 0 | 1; updateAuthority: string; }; export declare type StringPublicKey = string; export declare type WalletResult = { nfts: NftTokenAccount[]; error: unknown | undefined; isLoading: boolean; }; //# sourceMappingURL=types.d.ts.map