import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type EchoValue = PhpRuntimeValue; export declare function echo(...args: EchoValue[]): void; export {};