UNPKG

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