pareto 0.76.2 → 0.76.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as unresolved from "../generated/interface/schemas/module/unresolved";
3
+ import * as unresolved_schema from "../generated/interface/schemas/schema/unresolved";
4
+ import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved';
5
+ export declare const module_: (operations: unresolved.Operations<pd.Source_Location>, schemas: unresolved_schema.Schemas<pd.Source_Location>) => unresolved.Module<pd.Source_Location>;
6
+ export declare const operations: (operations: Raw_Or_Normal_Dictionary<unresolved.Operations.D<pd.Source_Location>>) => unresolved.Operations<pd.Source_Location>;
7
+ export declare const operation: (type_parameters: Raw_Or_Normal_Dictionary<unresolved_schema.Type_Parameters.D<pd.Source_Location>>, context: unresolved.Operations.D.SG.operation.context<pd.Source_Location>, parameters: Raw_Or_Normal_Dictionary<unresolved.Operations.D.SG.operation.parameters.D<pd.Source_Location>>, result: unresolved.Operations.D.SG.operation.result<pd.Source_Location>) => unresolved.Operations.D<pd.Source_Location>;
8
+ export declare const set: (operations: Raw_Or_Normal_Dictionary<unresolved.Operations.D<pd.Source_Location>>) => unresolved.Operations.D<pd.Source_Location>;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.set = exports.operation = exports.operations = exports.module_ = void 0;
4
+ const unresolved_1 = require("exupery-core-data/dist/shorthands/unresolved");
5
+ const module_ = (operations, schemas) => {
6
+ return {
7
+ 'operations': operations,
8
+ 'schemas': schemas,
9
+ };
10
+ };
11
+ exports.module_ = module_;
12
+ const operations = (operations) => {
13
+ return (0, unresolved_1.wrap_dictionary)(operations);
14
+ };
15
+ exports.operations = operations;
16
+ const operation = (type_parameters, context, parameters, result) => {
17
+ return (0, unresolved_1.wrap_state_group)(['operation', {
18
+ 'type parameters': (0, unresolved_1.wrap_dictionary)(type_parameters),
19
+ 'context': context,
20
+ 'parameters': (0, unresolved_1.wrap_dictionary)(parameters),
21
+ 'result': result
22
+ }]);
23
+ };
24
+ exports.operation = operation;
25
+ const set = (operations) => {
26
+ return (0, unresolved_1.wrap_state_group)(['set', (0, unresolved_1.wrap_dictionary)(operations)]);
27
+ };
28
+ exports.set = set;
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Nob3J0aGFuZHMvbW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU1BLDZFQUlxRDtBQUU5QyxNQUFNLE9BQU8sR0FBRyxDQUNuQixVQUFxRCxFQUNyRCxPQUFxRCxFQUNoQixFQUFFO0lBQ3ZDLE9BQU87UUFDSCxZQUFZLEVBQUUsVUFBVTtRQUN4QixTQUFTLEVBQUUsT0FBTztLQUNyQixDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBUlksUUFBQSxPQUFPLFdBUW5CO0FBR00sTUFBTSxVQUFVLEdBQUcsQ0FDdEIsVUFBaUYsRUFDeEMsRUFBRTtJQUMzQyxPQUFPLElBQUEsNEJBQWUsRUFBQyxVQUFVLENBQUMsQ0FBQTtBQUN0QyxDQUFDLENBQUE7QUFKWSxRQUFBLFVBQVUsY0FJdEI7QUFFTSxNQUFNLFNBQVMsR0FBRyxDQUNyQixlQUFrRyxFQUNsRyxPQUF5RSxFQUN6RSxVQUEyRyxFQUMzRyxNQUF1RSxFQUM1QixFQUFFO0lBQzdDLE9BQU8sSUFBQSw2QkFBZ0IsRUFBQyxDQUFDLFdBQVcsRUFBRTtZQUNsQyxpQkFBaUIsRUFBRSxJQUFBLDRCQUFlLEVBQUMsZUFBZSxDQUFDO1lBQ25ELFNBQVMsRUFBRSxPQUFPO1lBQ2xCLFlBQVksRUFBRSxJQUFBLDRCQUFlLEVBQUMsVUFBVSxDQUFDO1lBQ3pDLFFBQVEsRUFBRSxNQUFNO1NBQ25CLENBQUMsQ0FBQyxDQUFBO0FBQ1AsQ0FBQyxDQUFBO0FBWlksUUFBQSxTQUFTLGFBWXJCO0FBRU0sTUFBTSxHQUFHLEdBQUcsQ0FDZixVQUFpRixFQUN0QyxFQUFFO0lBQzdDLE9BQU8sSUFBQSw2QkFBZ0IsRUFBQyxDQUFDLEtBQUssRUFBRSxJQUFBLDRCQUFlLEVBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFBO0FBQ2pFLENBQUMsQ0FBQTtBQUpZLFFBQUEsR0FBRyxPQUlmIn0=
@@ -0,0 +1,139 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as unresolved from "../generated/interface/schemas/schema/unresolved";
3
+ import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved';
4
+ export declare const types: (types: Raw_Or_Normal_Dictionary<unresolved.Types.D<pd.Source_Location>>) => unresolved.Types<pd.Source_Location>;
5
+ export declare const globals: (complexity: "unconstrained" | "constrained", text_types: Raw_Or_Normal_Dictionary<unresolved.Globals.text_types.D<pd.Source_Location>>, number_types: Raw_Or_Normal_Dictionary<unresolved.Globals.number_types.D<pd.Source_Location>>) => unresolved.Globals<pd.Source_Location>;
6
+ export declare const type: (type: unresolved.Type_Node<pd.Source_Location>) => unresolved.Types.D<pd.Source_Location>;
7
+ export declare const text: (type: "single line" | "multi line") => unresolved.Text_Type<pd.Source_Location>;
8
+ export declare namespace n {
9
+ const integer: (decimal_separator_offset?: number) => unresolved.Number_Type<pd.Source_Location>;
10
+ const approximation: (significant_digits: number) => unresolved.Number_Type<pd.Source_Location>;
11
+ const natural: (decimal_separator_offset?: number) => unresolved.Number_Type<pd.Source_Location>;
12
+ const positive_natural: (decimal_separator_offset?: number) => unresolved.Number_Type<pd.Source_Location>;
13
+ }
14
+ export declare const reference: (type: string) => unresolved.Type_Reference<pd.Source_Location>;
15
+ export declare const part_reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[]) => unresolved.Type_Node_Reference<pd.Source_Location>;
16
+ export declare namespace t {
17
+ const boolean: () => unresolved.Type_Node<pd.Source_Location>;
18
+ const component: (type: string) => unresolved.Type_Node<pd.Source_Location>;
19
+ const component_cyclic: (type: string) => unresolved.Type_Node<pd.Source_Location>;
20
+ const component_external: (imp: string, type: string) => unresolved.Type_Node<pd.Source_Location>;
21
+ const dictionary: (type: unresolved.Type_Node<pd.Source_Location>, ordered?: "ordered" | "") => unresolved.Type_Node<pd.Source_Location>;
22
+ const group: (properties: Raw_Or_Normal_Dictionary<unresolved.Type_Node<pd.Source_Location>>) => unresolved.Type_Node<pd.Source_Location>;
23
+ const identifier_value_pair: (type: unresolved.Type_Node<pd.Source_Location>) => unresolved.Type_Node<pd.Source_Location>;
24
+ const list: (type: unresolved.Type_Node<pd.Source_Location>) => unresolved.Type_Node<pd.Source_Location>;
25
+ const nothing: () => unresolved.Type_Node<pd.Source_Location>;
26
+ const number_global: (name: string) => unresolved.Type_Node<pd.Source_Location>;
27
+ const number_local: (bt: unresolved.Number_Type<pd.Source_Location>) => unresolved.Type_Node<pd.Source_Location>;
28
+ const optional: (type: unresolved.Type_Node<pd.Source_Location>) => unresolved.Type_Node<pd.Source_Location>;
29
+ const reference_derived: (type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[]) => unresolved.Type_Node<pd.Source_Location>;
30
+ const reference_derived_external: (imp: string, type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[]) => unresolved.Type_Node<pd.Source_Location>;
31
+ const reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[], dependency?: "cyclic" | "acyclic") => unresolved.Type_Node<pd.Source_Location>;
32
+ const reference_stack: (type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[]) => unresolved.Type_Node<pd.Source_Location>;
33
+ const reference_external: (imp: string, type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[], dependency?: "cyclic" | "acyclic") => unresolved.Type_Node<pd.Source_Location>;
34
+ const state_group: (states: Raw_Or_Normal_Dictionary<unresolved.Type_Node<pd.Source_Location>>) => unresolved.Type_Node<pd.Source_Location>;
35
+ const text_global: (name: string) => unresolved.Type_Node<pd.Source_Location>;
36
+ const text_local: (bt: unresolved.Text_Type<pd.Source_Location>) => unresolved.Type_Node<pd.Source_Location>;
37
+ const type_parameter: (name: string) => unresolved.Type_Node<pd.Source_Location>;
38
+ }
39
+ export declare namespace tr {
40
+ const d: () => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
41
+ const g: (grp: string) => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
42
+ const s: (state: string) => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
43
+ const o: () => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
44
+ }
45
+ export declare const sig_params: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<pd.Source_Location>>, lookups: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.lookups.D<pd.Source_Location>>) => unresolved.Signature_Parameters<pd.Source_Location>;
46
+ export declare namespace sig {
47
+ const local: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<pd.Source_Location>>, lookups: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.lookups.D<pd.Source_Location>>) => unresolved.Signatures.D<pd.Source_Location>;
48
+ const same_as: (name: string) => unresolved.Signatures.D<pd.Source_Location>;
49
+ }
50
+ export declare const value_parameter: (name: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<pd.Source_Location>;
51
+ export declare const value_parameter_external: (imp: string, type: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<pd.Source_Location>;
52
+ export declare const lookup_parameter: (name: string, type?: "acyclic" | "cyclic" | "stack", presence?: "optional" | "required") => unresolved.Signature_Parameters.lookups.D<pd.Source_Location>;
53
+ export declare namespace rls {
54
+ const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Lookup_Selection<pd.Source_Location>;
55
+ const parameter: (parameter: string) => unresolved.Lookup_Selection<pd.Source_Location>;
56
+ const not_circular_dependent_siblings: () => unresolved.Lookup_Selection<pd.Source_Location>;
57
+ const possibly_circular_dependent_siblings: () => unresolved.Lookup_Selection<pd.Source_Location>;
58
+ }
59
+ export declare namespace al {
60
+ const not_set: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
61
+ const empty_stack: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
62
+ const stack: (stack: unresolved.Lookup_Selection<pd.Source_Location>, element: unresolved.Lookup_Selection<pd.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
63
+ const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
64
+ const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
65
+ const not_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
66
+ const possibly_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
67
+ }
68
+ export declare namespace vst {
69
+ const component: () => unresolved.Relative_Value_Selection.path.L<pd.Source_Location>;
70
+ const group: (property: string) => unresolved.Relative_Value_Selection.path.L<pd.Source_Location>;
71
+ const reference: () => unresolved.Relative_Value_Selection.path.L<pd.Source_Location>;
72
+ }
73
+ export declare namespace ovi {
74
+ const not_set: () => unresolved.Optional_Value_Initialization<pd.Source_Location>;
75
+ const set: (value: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Optional_Value_Initialization<pd.Source_Location>;
76
+ const selection: (selection: unresolved.Possible_Value_Selection<pd.Source_Location>) => unresolved.Optional_Value_Initialization<pd.Source_Location>;
77
+ }
78
+ export declare namespace pvs {
79
+ const state_group: (state_group: string, result: unresolved.Type_Reference<pd.Source_Location>) => unresolved.Possible_Value_Selection<pd.Source_Location>;
80
+ const optional_value: (optional_value: string, result: unresolved.Type_Reference<pd.Source_Location>) => unresolved.Possible_Value_Selection<pd.Source_Location>;
81
+ const parameter: (parameter: string) => unresolved.Possible_Value_Selection<pd.Source_Location>;
82
+ }
83
+ export declare namespace gvs {
84
+ namespace constraint {
85
+ const component: (component: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
86
+ const reference: (reference: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
87
+ }
88
+ const list: (list: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
89
+ const state_group: (state_group: string, result: unresolved.Type_Reference<pd.Source_Location>, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
90
+ const optional_value: (optional_value: string, result: unresolved.Type_Reference<pd.Source_Location>, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
91
+ const parameter: (parameter: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
92
+ const list_cursor: (tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
93
+ const linked_entry: (tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
94
+ const sibling: (sibling: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
95
+ const parent_sibling: (parent_sibling: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
96
+ const option_constraint: (constraint: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
97
+ }
98
+ export declare namespace av {
99
+ const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>;
100
+ const required: (value: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>;
101
+ const optional: (value: unresolved.Optional_Value_Initialization<pd.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>;
102
+ }
103
+ export declare const state: (resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver.SG.state_group.states.D<pd.Source_Location>;
104
+ export declare const state_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<pd.Source_Location>>, resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver.SG.state_group.states.D<pd.Source_Location>;
105
+ export declare namespace oc {
106
+ const state: (value_selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>, state: string) => unresolved.Option_Constraints.D<pd.Source_Location>;
107
+ const assert_set: (possibly_optional: unresolved.Possible_Value_Selection<pd.Source_Location>) => unresolved.Option_Constraints.D<pd.Source_Location>;
108
+ }
109
+ export declare namespace pc {
110
+ const property: (value_selection_tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[], state: string) => unresolved.Property_Constraints.D<pd.Source_Location>;
111
+ const constraint: (constraint: string, value_selection_tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[], state?: string) => unresolved.Property_Constraints.D<pd.Source_Location>;
112
+ }
113
+ export declare namespace r {
114
+ const text: () => unresolved.Node_Resolver<pd.Source_Location>;
115
+ const boolean: () => unresolved.Node_Resolver<pd.Source_Location>;
116
+ const number: () => unresolved.Node_Resolver<pd.Source_Location>;
117
+ const component: (type: string, values: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>>, lookups: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<pd.Source_Location>>) => unresolved.Node_Resolver<pd.Source_Location>;
118
+ const component_external: (imp: string, type: string, values: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>>, lookups: null | Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<pd.Source_Location>>) => unresolved.Node_Resolver<pd.Source_Location>;
119
+ const dictionary: (resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
120
+ const dictionary_linked: (dense: "dense" | "sparse", selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>, resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
121
+ const group: (properties: Raw_Or_Normal_Dictionary<unresolved.Node_Resolver_Group.D.resolver<pd.Source_Location>>) => unresolved.Node_Resolver<pd.Source_Location>;
122
+ const list: (type_resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
123
+ const list_with_result: (type_resolver: unresolved.Node_Resolver<pd.Source_Location>, result: unresolved.Type_Reference<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
124
+ const nothing: () => unresolved.Node_Resolver<pd.Source_Location>;
125
+ const optional: (type_resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
126
+ const optional_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<pd.Source_Location>>, type_resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
127
+ const reference_derived: (value_selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Node_Resolver<pd.Source_Location>;
128
+ const reference: (lookup_selection: unresolved.Lookup_Selection<pd.Source_Location>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<pd.Source_Location>>) => unresolved.Node_Resolver<pd.Source_Location>;
129
+ const reference_stack: (lookup_selection: unresolved.Lookup_Selection<pd.Source_Location>, constraints?: Raw_Or_Normal_Dictionary<unresolved.Property_Constraints.D<pd.Source_Location>>) => unresolved.Node_Resolver<pd.Source_Location>;
130
+ const state_group: (states: Raw_Or_Normal_Dictionary<unresolved.Node_Resolver.SG.state_group.states.D<pd.Source_Location>>) => unresolved.Node_Resolver<pd.Source_Location>;
131
+ }
132
+ export declare const resolver: (type_resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Resolvers.D<pd.Source_Location>;
133
+ export declare const signatures: (signatures: Raw_Or_Normal_Dictionary<unresolved.Signatures.D<pd.Source_Location>>) => unresolved.Resolve_Logic.signatures<pd.Source_Location>;
134
+ export declare const resolvers: (resolvers: Raw_Or_Normal_Dictionary<unresolved.Resolvers.D<pd.Source_Location>>) => unresolved.Resolvers<pd.Source_Location>;
135
+ export declare const schemas: (schemas: Raw_Or_Normal_Dictionary<unresolved.Schemas.D<pd.Source_Location>>) => unresolved.Schemas<pd.Source_Location>;
136
+ export declare const import_: (up: number, name: string) => unresolved.Imports.D<pd.Source_Location>;
137
+ export declare const constrained: (signatures: unresolved.Resolve_Logic.signatures<pd.Source_Location>, resolvers: unresolved.Resolvers<pd.Source_Location>) => unresolved.Schemas.D.SG.schema.complexity.SG.constrained<pd.Source_Location>;
138
+ export declare const unconstrained: () => unresolved.Schemas.D.SG.schema.complexity.SG.unconstrained<pd.Source_Location>;
139
+ export declare const schema_: (imports: Raw_Or_Normal_Dictionary<unresolved.Imports.D<pd.Source_Location>>, globals: unresolved.Globals<pd.Source_Location>, types: unresolved.Types<pd.Source_Location>, resolve: null | unresolved.Schemas.D.SG.schema.complexity.SG.constrained<pd.Source_Location>) => unresolved.Schemas.D<pd.Source_Location>;