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