import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type UnicodeValue = PhpRuntimeValue;
export declare function is_unicode(vr: UnicodeValue): vr is string;
export {};
