import Project from "./Project";
export default class ProjectStandard {
    static ensureIsStandard(project: Project): Promise<void>;
}
