import { type TSchema } from '../../types/schema.mjs'; import { type TFromType } from './from_type.mjs'; import { type TEvaluateDependent } from '../evaluate/evaluate.mjs'; export type TFromDependent, Result extends string[] = TFromType> = Result; export declare function FromDependent(if_: If, then_: Then, else_: Else): TFromDependent;