export declare class TokenAssetDto {
    uri: string;
    hash: string;
    constructor(uri: string, hash: string);
}
