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