1 | export declare const composerCmd = "composer --version";
|
2 | export declare const composerShowCmd = "composer show -p";
|
3 | export declare const pharCmd: string;
|
4 | export declare function cmdReturnsOk(cmd: any): boolean;
|
5 | export declare function execWithResult(cmd: any, basePath: any): string;
|