import type { GlobalContext } from "@redwoodjs/context"

export {}

declare global {
  const context: GlobalContext
}
