export interface AbstractOutput {
    buildContent(path: string, workDir: string): any;
    output(): any;
}
