import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type JsonEncodeInput = PhpRuntimeValue; export declare function json_encode(mixedVal: JsonEncodeInput): string | null; export {};