export default class MockCollection {
  constructor(collection?: never[]);
  add(item: any): void;
  remove(item: any): void;
  raw(): any;
}
