/**
 * Some common types.
 *
 * @author Louis-Dominique Dubeau
 * @license MPL 2.0
 * @copyright Mangalam Research Center for Buddhist Languages
 */
export declare interface TrivialMap<T> {
  [key: string]: T;
}

//  LocalWords:  MPL
