export declare const composerCmd: {
    command: string;
    args: string[];
};
export declare const composerShowCmd: {
    command: string;
    args: string[];
};
export declare const pharCmd: {
    command: string;
    args: string[];
};
export declare function cmdReturnsOk(cmd: any, args?: string[]): boolean;
export declare function execWithResult(cmd: any, basePath: any, args?: string[]): string;
