import type { ControllerPublisher } from "./interface.js"; export declare function getPublisher(type: string): ControllerPublisher | undefined; //# sourceMappingURL=registry.d.ts.map