import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type EmptyValue = PhpRuntimeValue; export declare function empty(mixedVar: EmptyValue): boolean; export {};