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