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