import type { PhpInput } from './_phpTypes.ts'; type CastStringValue = PhpInput; export declare function _phpCastString(value: CastStringValue): string; export {};