export class LocationStub {

  getState(): unknown {
    return {};
  }

}