#! /usr/bin/env node
import type { InputOptions } from "./interfaces/InputOptions";
/**
 * Initialize CONFIG STORE (in document directory of the local machine)
 */
export declare function processCLI(options?: InputOptions): Promise<any[]>;
//# sourceMappingURL=index.d.ts.map