import { DiagnosticError } from "./DiagnosticError";
export declare class ProjectError extends DiagnosticError {
    constructor(message: string);
}
