2 lines
117 B
TypeScript

export declare function formatIntl(id: string, parameters: Record<string, string | number>, locale: string): string;