import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId';
import { Currency } from './Currency';
export declare class TransferAlgoNft extends PrivateKeyOrSignatureId {
    contractAddress: string;
    chain: Currency;
    to: string;
    from: string;
}
