/** * Global constants * * @module */ /** * INSTANCE_EMPTY_ERROR_MSG = `Parsed instance is unexpectedly "empty"` * * @internal */ export declare const INSTANCE_EMPTY_ERROR_MSG = "Parsed instance is unexpectedly \"empty\""; /** * REQUIRED_PROPERTIES_DO_NOT_EXIST = 'The following required properties do not exist:' * * @internal */ export declare const REQUIRED_PROPERTIES_DO_NOT_EXIST = "The following required properties do not exist:"; /** * REQUIRED_PROPERTIES_REQD_IN_JSON = 'The following required properties must be included in the provided JSON:' * * @internal */ export declare const REQUIRED_PROPERTIES_REQD_IN_JSON = "The following required properties must be included in the provided JSON:"; /** * INVALID_VALUEX_MULTIPLE_PROPERTIES = 'The value[x] property must have only one representation. Has multiple value[x] representations:' * * @internal */ export declare const INVALID_VALUEX_MULTIPLE_PROPERTIES = "The value[x] property must have only one representation. Has multiple value[x] representations:"; /** * INVALID_VALUEX_PROPERTY = `The value[x] property cannot be represented by "value".` * * @internal */ export declare const INVALID_VALUEX_PROPERTY = "The value[x] property cannot be represented by \"value\"."; //# sourceMappingURL=constants.d.ts.map