UNPKG

@agenteract/cli

Version:

The unified command-line interface for Agenteract

6 lines (5 loc) 275 B
export declare class MissingConfigError extends Error { constructor(message: string); } export declare function loadConfig(rootDir: string): Promise<any>; export declare function addConfig(rootDir: string, projectPath: string, name: string, type: string): Promise<void>;