export default class IncompatibleProjectError extends Error {
    constructor(targetProject: string);
    toJSON(): any;
}
