import { type JSONConfiguration } from "../json-configuration.js"; /** * Executes a configured JSON function reference. * @param targetFunction Function name resolved from JSON. * @param props Props passed to the configured function. * @param configuration Active conversion configuration. * @returns The function result, or `null` if the function is not registered. */ export declare function executeFunction(targetFunction: string, props: Record, configuration: JSONConfiguration): any; //# sourceMappingURL=execute-function.d.ts.map