UNPKG

@tehreet/conduit

Version:

LLM API gateway with intelligent routing, robust process management, and health monitoring

9 lines 429 B
export declare function listPresetsCommand(): Promise<void>; export declare function showPresetCommand(presetName: string): Promise<void>; export declare function validatePresetCommand(presetPath: string): Promise<void>; export declare function testPresetCommand(presetName: string, options?: { message?: string; tokenCount?: number; verbose?: boolean; }): Promise<void>; //# sourceMappingURL=preset-commands.d.ts.map