import { Project } from '../contexts/ProjectContext'; export declare function isProjectValid(project: any): project is Project;