/** Represents a numeric JSON value */ export declare class JsonValueNumberBaseModel { _: 'jsonValueNumber'; /** The value */ value: number; }