import { GetUptimeOption } from '../../_types/global';
export declare function getUptime(opt?: GetUptimeOption): number | string;
