export type Loki = any
export type LokiCollection = any
export type LokiResultset = any
export type LokiMemoryAdapter = any

export type MigrationEvents = {
  onSuccess: () => void
  onStart: () => void
  onError: (error: Error) => void
}
