import { UDraftError } from "./udraft-error";
export declare class ParsingError extends UDraftError {
    constructor(message: string);
}
