import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type PrintfValue = PhpRuntimeValue; export declare function vprintf(format: string, args: PrintfValue[]): number; export declare function vprintf(format: string, ...args: PrintfValue[]): number; export {};