/** Kitten Types (@small-web/kitten-types) Type declarations for global `kitten` namespace. Generated from Kitten’s TypeScript source code (see kitten/ – regenerated via `npm run sync-types` in the Kitten repository). Side-effect: Brings `declare global { var kitten }` into scope. */ import './kitten/src/types/globals.d.ts' // Also export the global namespace shape, in case an author wants to reference it explicitly (e.g. `typeof kitten`). export type { kitten } from './kitten/src/types/globals.d.ts'