/** Represents a string JSON value */ export declare class JsonValueStringBaseModel { _: 'jsonValueString'; /** The value */ value: string; }