/** @type {import('../core.js').Syntax} */
declare function antlr4(Prism: any): void;
declare namespace antlr4 {
    let displayName: string;
    let aliases: string[];
}
export default antlr4;
