import { CharStream, Lexer } from "antlr4"; export default abstract class PlSqlLexerBase extends Lexer { self: PlSqlLexerBase; constructor(input: CharStream); IsNewlineAtPos(pos: number): boolean; }