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