import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type StringValue = PhpRuntimeValue | undefined; export declare function strval(str: StringValue): string; export {};