import * as Type from '../../type/index.mjs'; export declare function FromType(direction: string, context: Type.TProperties, type: Type.TSchema, value: unknown): unknown;