import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type VsprintfValue = PhpRuntimeValue; export declare function vsprintf(format: string, args: VsprintfValue[]): string | false; export {};