/** * The currently-executing sparo-lib package's root folder path. */ export declare const sparoLibFolderRootPath: string; /** * The path to the assets folder in rush-lib. */ export declare const assetsFolderPath: string; /** * The string of cmd here can be "clone [directory]", this function extracts * the command name from the string. */ export declare function getCommandName(cmd: string): string; //# sourceMappingURL=util.d.ts.map