import { Project as ProjectData } from "@sap/adp-common";
export default class Manifest {
    static get(projectData: ProjectData): Promise<any>;
}
