import type { types as t } from "@marko/compiler";
export declare function buildAggregateError(file: t.BabelFile, rootMsg: string, ...paths: [string, t.NodePath][]): SyntaxError;
