import { MLRule } from '@markuplint/ml-core'; import { RuleConfigValue } from '@markuplint/ml-config'; export declare function resolveRules(options: { rules?: MLRule[]; }): Promise[]>;