import type { Catalog } from './types.js'; /** * Loads the addon catalog. Prefers the catalog shipped in the templates repo * (so new addons can be published without a CLI release); falls back to the * catalog bundled with the CLI. * * @return {Catalog} */ export declare function loadCatalog(): Catalog;