import { VyUserAuth } from "../../core";
import { VyChain } from "../enums";
import { VyNonFungibleTokenDto } from "./VyModels.Wallet.generated";
export declare class VyMetaTransferNonFungibleTokenDto {
    chain: VyChain;
    sourceUserAuth: VyUserAuth;
    sourceWalletId: string;
    sourceWalletAddress: string;
    executorUserAuth: VyUserAuth;
    executorWalletId: string;
    destinationAddress: string;
    token: VyNonFungibleTokenDto;
    amount: number;
}
//# sourceMappingURL=VyModels.Wallet.d.ts.map