import { OperationSystemTypes } from '../../constants/enums';
export declare class OS {
    static currentRunningOs(): OperationSystemTypes;
}
