import Drive from'../classes/drive';
/**
* Class with Linux specific logic to get disk info.
*/
export declare classLinux {
/**
* Execute specific Linux command to get disk info.
*
* @return {Drive[]} List of drives and their info.
*/staticrun(): Drive[];
}