/*! Copyright (c) 2019, XAPPmedia */ import { CompilablePath, Path } from "stentor-models"; /** * Guard to determine if the path is compilable */ export declare function isCompilablePath(path: Path): path is CompilablePath;