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