export declare function runOne(opts: {
    project: string;
    target: string;
    configuration: string;
    parsedArgs: any;
}): Promise<void>;
