UNPKG

newo

Version:

NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r

5 lines 302 B
import type { HashStore } from './types.js'; export declare function sha256(str: string): string; export declare function loadHashes(customerIdn?: string): Promise<HashStore>; export declare function saveHashes(hashes: HashStore, customerIdn?: string): Promise<void>; //# sourceMappingURL=hash.d.ts.map