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