sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/pkg/spyglass/lenses/lens.d.ts (about) 1 import { Spyglass } from "../../../cmd/deck/static/spyglass/lens"; 2 3 declare global { 4 // The `spyglass` global is injected into the environment the lens runs in by spyglass. 5 const spyglass: Spyglass; 6 }