/*! Copyright (c) 2019, XAPPmedia */ import { ExecutablePath, Path } from "stentor-models"; /** * Guard to determine if the path is executable */ export declare function isExecutablePath(path: Path | undefined): path is ExecutablePath;