import type { types as t } from "@marko/compiler"; export declare function reportAnalyzeError(path: t.NodePath, error: unknown): void; export declare function hasAnalyzeErrors(): boolean;