import { type NodePath } from '@babel/core'; export declare function isLooseHBS(path: NodePath): false | { supportsScope: boolean; }; export declare function allLegacyModules(): ("htmlbars-inline-precompile" | "ember-cli-htmlbars-inline-precompile" | "ember-cli-htmlbars")[]; export declare function allHBSModules(): string[];