declare module '*.json' declare type ObjectType = { [key: string]: V } declare type KeyValueType = { key: string, value: V, }