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