export declare type ParseErrorReason = 'UNPARSABLE' | 'UNKNOWN';
