import { type PhpRuntimeValue, type PhpScalar } from '../_helpers/_phpTypes.ts'; type ScalarCheckValue = PhpRuntimeValue; export declare function is_scalar(mixedVar: ScalarCheckValue): mixedVar is PhpScalar; export {};