import type { ModuleInterface } from '@n8n/decorators';
export declare class McpRegistryModule implements ModuleInterface {
    init(): Promise<void>;
    entities(): Promise<typeof import("./registry/mcp-registry-server.entity").McpRegistryServerEntity[]>;
    nodeLoaders(): Promise<import("./mcp-registry-node-loader").McpRegistryNodeLoader[]>;
}
