#!/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 run(command: string, args: ApiOptions): Promise; /** Run "auto" for a given command. */ export default function main(command: string, args: ApiOptions): Promise; //# sourceMappingURL=run.d.ts.map