import { type TTemplateLiteral, type TProperties } from '../../type/index.mjs'; export declare function FromTemplateLiteral(context: TProperties, type: TTemplateLiteral, value: unknown): unknown;