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