import type { CryptoCurrency } from "../../types"; import type { Account, AccountLike, NFTStandard, Operation, ProtoNFT } from "@ledgerhq/types-live"; import Prando from "prando"; export declare function createFixtureNFT(accountId: string, currency?: CryptoCurrency, useStaxNFTs?: boolean): ProtoNFT; /** * @memberof mock/account */ export declare function genNFTOperation(superAccount: Account, account: AccountLike, ops: any, rng: Prando, contract: string, standard: NFTStandard, tokenId: string): Operation; //# sourceMappingURL=nfts.d.ts.map