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