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