import { types as t } from "@marko/compiler";
export declare function preAnalyze(program: t.NodePath<t.Program>): void;
