// this file should only be used by doctype to render WithBoundArgs/WithBoundPositionals // this re-exports most things , except WithBoundArgs, WithBoundPositionals so that doctype will // render the type as `WithBoundArgs` declare module '@glint/template' { export type HelperLike = import('@glint/template/-private/index').HelperLike; export type ModifierLike = import('@glint/template/-private/index').ModifierLike; export type ComponentLike = import('@glint/template/-private/index').ComponentLike; export type AttrValue = import('@glint/template/-private/index').AttrValue; export type ContentValue = import('@glint/template/-private/index').ContentValue; }