UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

13 lines (12 loc) 301 B
interface FailoverOptions { TO?: { host: string; port: number; FORCE?: true; }; ABORT?: true; TIMEOUT?: number; } export declare function transformArguments(options?: FailoverOptions): Array<string>; export declare function transformReply(): string; export {};