export default class RawValue { constructor( public readonly value: string ) {} }