import { TokenType } from '../../tokens/enums/token-type.enum';
export declare class CdrTokenDto {
    countryCode: string;
    partyId: string;
    uid: string;
    type: TokenType;
    contractId: string;
}
