import { type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type PrintValue = PhpRuntimeValue; export declare function print_r(array: PrintValue, returnVal?: boolean): string | true; export {};