import KeywordRule from './KeywordRule'; declare const KeywordRules: { [key: string]: KeywordRule; }; export default KeywordRules;