import type { Schema } from '../../../schema/index.js'; import { SchemaAction } from '../../../schema/index.js'; import type { FormattedValueJSONSchema } from './formattedValue/index.js'; export declare class JSONSchemer extends SchemaAction { static actionName: "jsonSchemer"; formattedValueSchema(): FormattedValueJSONSchema; }