export interface WordInfo { word: string; rules: string; } export type Dictionary = { [index in K]: T; }; export type Filter = T extends U ? T : never; export type Mapping = keyof F extends string ? Dictionary> : never; //# sourceMappingURL=types.d.ts.map