phrases-dict.d.ts 85 B

12
  1. declare const phrases_dict: Record<string, string[][]>;
  2. export default phrases_dict;