import type { ASTNode, ParserOptions } from './types';
export declare function parse(input: string, options?: ParserOptions): ASTNode;
