import { type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type CallableValue = PhpRuntimeValue; export declare function is_callable(mixedVar: CallableValue, syntaxOnly?: boolean, callableName?: string): boolean; export {};