import { Project } from "../project/project.module"; export declare class Script { static scan(project: Project): Promise; }