import { type TSchema } from '../../types/schema.mjs'; import { type TFromType } from './from_type.mjs'; import { type TEvaluateIntersect } from '../evaluate/evaluate.mjs'; export type TFromIntersect, Result extends TSchema = TFromType> = Result; export declare function FromIntersect(types: [...Types]): TFromIntersect;