import type { CurrentUser } from '@redwoodjs/auth'

declare global {
  const mockCurrentUser: (currentUser: CurrentUser) => void
}
