import { type PhpCallableArgs, type PhpCallableDescriptor, type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type FunctionValue = PhpRuntimeValue; export declare function call_user_func_array(cb: PhpCallableDescriptor, parameters: [...TArgs]): TResult; export {};