export interface EyewitnessContract {
  report(): Array<any>;
}
