export default class MockMap {
  constructor(value: any);
  set(key: any, newValue: any): void;
  get(key: any): any;
}
