export default function sprintf(str: string, ...args: unknown[]): string;
