import { type ZodType } from 'zod'; import { type VariableConfigJSON } from './types'; export declare class VariableSchemaMapper { fromZodSchema(schema: ZodType): VariableConfigJSON[]; private getSessionVariablesFromJsonSchema; private getJsonSchemaType; private getVariableTypeFromJsonSchema; private resolveJsonSchemaNode; }