import { type TProperties, type TTuple } from '../../type/index.mjs'; export declare function FromTuple(direction: string, context: TProperties, type: TTuple, value: unknown): unknown;