import { DefaultError, ValidationFailedError } from "@gala-chain/api"; export declare class SameSenderAndRecipientError extends ValidationFailedError { constructor(fromPersonKey: string, toPersonKey: string); } export declare class NftInvalidQuantityTransferError extends ValidationFailedError { constructor(quantity: string, tokenInstanceKey: string); } export declare class TransferTokenFailedError extends DefaultError { constructor(message: string, payload: Record | undefined); } //# sourceMappingURL=TransferError.d.ts.map