import index = require("./index");
export declare function execProcess(command: string, wrkDir: string, logEnabled?: boolean, errLogEnabled?: boolean, messageBefore?: string, messageAfter?: string, messageError?: string, maxLogLength?: number, onError?: (err) => void): number;
export declare function getCliArgumentByName(argumentName: string): string;
export declare function hasCliArgument(argumentName: string, mustHaveValue?: boolean): boolean;
export declare function createSymlink(absoluteSrc: string, absoluteDst: string): void;
export declare function isWindows(): boolean;
export declare function loadModulesStaticInfo(workspaceDescriptor: string): {
    [name: string]: index.DetectedModule;
};
