import { KeyIn, ProjectType, ProjectRunner, RunOptions } from '@sap/artifact-management-base-types'; export default class CapRun extends ProjectRunner { getType(): KeyIn; prepareForRun({ fs, project, options }: RunOptions): Promise; }