export declare class SyntaxError {
    message: string;
    expected: string;
    found: any;
    location: any;
}
export declare function parse(input: string, options?: any): any;
//# sourceMappingURL=parser.d.ts.map