import { type PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type SerializeValue = PhpRuntimeValue;
export declare function serialize(mixedValue: SerializeValue): string;
export {};
