declare module '@rikishi/watermelondb/hooks' {
  import { Database } from '@rikishi/watermelondb'

  export function useDatabase(): Database
}
