/*! Copyright (c) 2019, XAPPmedia */ import { HistoricalPath, Path } from "stentor-models"; /** * Guard to determine if the path is a historical path. */ export declare function isHistoricalPath(path: Path): path is HistoricalPath;