export declare class TokenTransferDto {
    newOwnerAddress: string;
}
