2 lines
113 B
TypeScript

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