import { FileParser } from "@atomist/automation-client"; /** * ANTLR-based parser for Java files. Also serves as an example of * how to integrate with ANTLR. */ export declare const JavaFileParser: FileParser; /** * newer ANTLR-based parser for Java files. Also serves as an example of * how to integrate with ANTLR. */ export declare const Java9FileParser: FileParser;