declare const api: { program: import("commander").Command; exec: (command: string, options: any[]) => import("./utils/exec").Shell; }; export declare type Api = typeof api; export default api;