blob: bd38a81f6d01c6159e209f975567838d39709f4d [file] [log] [blame]
import { TSESTree, AST_TOKEN_TYPES } from '@typescript-eslint/typescript-estree';
declare namespace AST {
type TokenType = AST_TOKEN_TYPES;
type Token = TSESTree.Token;
type SourceLocation = TSESTree.SourceLocation;
type Range = TSESTree.Range;
}
export { AST };
//# sourceMappingURL=AST.d.ts.map