import { OSInfo } from '../index';
export default function getMacInfo(release?: string): Promise<OSInfo | null>;