import commander from "commander"; import type { AppConsole } from "@log4brains/cli-common"; declare type Deps = { appConsole: AppConsole; }; export declare function createInitCli({ appConsole }: Deps): commander.Command; export {}; //# sourceMappingURL=cli.d.ts.map