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