import type { ParseTreeVisitor } from '@browsery/antlr4';
export declare function parse(text: string, visitor?: ParseTreeVisitor<any>): any;
