import { MLRule, Ruleset } from '@markuplint/ml-core'; import { RuleConfigValue } from '@markuplint/ml-config'; export declare function moduleAutoLoader(ruleset: Ruleset): Promise<{ rules: MLRule[]; errors: unknown[]; }>;