import { ProcessedArg, QueryElement } from '../../types.js'; /** * Executes a factory function with validated arguments using direct factory access */ export declare function executeFunction(functionPath: string, args: ProcessedArg[]): QueryElement;