/*! Copyright (c) 2019, XAPPmedia */ import { LastActive } from "stentor-models"; /** * Type guard to check if the object implements LastActive interface * @param item T */ export declare function isLastActive(item: object): item is LastActive;