import "./lib/hijack-clack-logger.js"; import { type Command } from "./lib/command.js"; import { showUsage } from "./usage.js"; /** Root CLI command definition. */ export declare const main: Command; /** * Runs the Automate.ax CLI. * * @param rawArgs - Arguments after the executable name. */ export declare function runMain(rawArgs?: string[]): Promise<0 | 1>; export { showUsage }; //# sourceMappingURL=index.d.ts.map