#!/usr/bin/env node
import { ApiOptions } from "@auto-it/core";
/** Spin up the "auto" node API and provide it the parsed CLI args. */
export declare function execute(command: string, args: ApiOptions): Promise<void>;
/** Run "auto" for a given command. */
export declare function runCli(command: string, args: ApiOptions): Promise<void>;
//# sourceMappingURL=run.d.ts.map