import { Project, ProjectOptions } from './project'; /** * Creates a Project by loading source files from a directory */ export declare function loadProjectFromDir(path: string, options?: ProjectOptions): Promise;