import MatchType from './MatchType'; declare type LexerRule = [MatchType, string[]]; export default LexerRule;