import { types as t } from "@marko/compiler"; declare module "@marko/compiler" { interface MarkoMeta { widgetBind?: Record | string | true; } } declare const _default: { MarkoAttribute(this: unknown, attr: t.NodePath): void; Program: { exit(this: unknown, program: t.NodePath): void; }; }; export default _default;