import type { ExtensionType } from "../../extensions/index.js"; import type { ExtensionIndex } from "../../registry/schema.js"; import type { RegistryClient } from "../../registry/client.js"; export declare const makeExtensionIndex: (name: string, type: ExtensionType, versions: ReadonlyArray) => ExtensionIndex; export declare const makeStubRegistryClient: (indices: ReadonlyArray) => RegistryClient; //# sourceMappingURL=test-stubs.d.ts.map