import { type PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type DumpValue = PhpRuntimeValue;
export declare function var_dump(...args: DumpValue[]): string;
export {};
