import type { types as t } from "@marko/compiler";
export declare function isTranslate(): boolean;
export declare function isAnalyzing(file: t.BabelFile): boolean;
