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