/// declare global { interface Window { /** * `text_hash` of the reading highlight in the page header, set by Base.astro once * api.c0smere.net/highlights/random answers. The reading map reads it to ring the node * that passage came from. * * A global as well as a `garden:quote` event because the two fetches race: whichever * lands second needs the other's result, and only one of the two mechanisms works in * each order. */ __gardenQuoteHash?: string; } } export {};