/** * Programmatic entry point for the `node-settings` CLI. Returns the * intended process exit code; the bin shim wires it to `process.exit`. */ export declare function runCli(argv: readonly string[]): Promise; //# sourceMappingURL=index.d.ts.map