/** * The schema used for the JSONPath Diviner. */ export declare const JsonPathDivinerSchema: 'network.xyo.diviner.jsonpath' & { readonly __schema: true; }; /** * The schema type used for the JSONPath Diviner. */ export type JsonPathDivinerSchema = typeof JsonPathDivinerSchema; //# sourceMappingURL=Schema.d.ts.map