import { OS } from '../os';
/**
 * Check whether target key identifies a supported OS.
 * @param value
 * @returns
 *
 * @category System Info
 */
export declare function osValid(key?: OS | null): boolean;
