export declare class TokenInformationDto {
    tokenAddress: string;
    tokenId: string;
    constructor(tokenAddress: string, tokenId: string);
}
