export default class ProjectWithoutOwnerError extends Error {
    constructor();
    toJSON(): any;
}
