import type { SyntaxParseResult } from './types'; export declare function parseSyntax(input: string): SyntaxParseResult; export type { SyntaxError, SyntaxNode, SyntaxParseResult } from './types';