import { type ClonedRegistry } from "../registry/cloner.js"; /** * Load the registry embedded in this package at build time. * Reported URL is the official registry for metadata/display. */ export declare function loadBundledRegistry(): Promise; /** * Open a bundled, local, or (legacy) remote registry without installing anything. * Official / empty sources resolve to the build-time bundled registry — no git clone. */ export declare function loadRegistry(repository: string, options?: { verbose?: boolean; }): Promise; export type { ClonedRegistry }; //# sourceMappingURL=registry-loader.d.ts.map