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