export = IncompatibleLianaForUpdateError;
declare class IncompatibleLianaForUpdateError extends ForestCLIError {
    /**
     * @param {{
     *  reason?: string;
     *  possibleSolution?: string
     * }} [options]
     */
    constructor(reason: any);
    name: string;
}
import ForestCLIError = require("../forest-cli-error");
//# sourceMappingURL=incompatible-liana-for-update-error.d.ts.map