UNPKG

174 BTypeScriptView Raw
1import { CommandLoader } from '../../commands';
2export declare function localBinExists(): boolean;
3export declare function loadLocalBinCommandLoader(): typeof CommandLoader;