import type { EntityClass, ModuleInterface } from '@n8n/decorators'; export declare class CommunityPackagesModule implements ModuleInterface { init(): Promise; commands(): Promise; entities(): Promise; settings(): Promise<{ communityNodesEnabled: boolean; unverifiedCommunityNodesEnabled: boolean; }>; nodeLoaders(): Promise; }