import { Settings, UpdateNotifier } from 'update-notifier'; declare type UpdateNotifierFunc = (settings?: Settings) => UpdateNotifier; export default function checkForUpdate(updateNotifier: UpdateNotifierFunc): void; export {};