UNPKG

sbg-cli

Version:
9 lines (8 loc) 219 B
import { Application } from 'sbg-api'; export declare const rootColor: string; export declare function getApi(): Application; /** * change api cwd * @param root */ export declare function setApi(root: string): void;