import type { I18nLocaleMessageDictionary, RuleContext } from '../types';
export declare function collectLinkedKeys(object: I18nLocaleMessageDictionary, context: RuleContext): string[];
