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