import type { SanitizedFileRule, Config } from '../types.ts';
export declare const getConfigRuleById: (config: Config, id: string) => SanitizedFileRule | undefined;
