import type { ConsumerRegistry } from "./types.js"; export declare function createConsumerRegistry(): ConsumerRegistry;