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

10 lines (9 loc) 318 B
import { Params } from "."; export declare const IS_READ_ONLY = true; interface ExplainOptions { PARAMS?: Params; DIALECT?: number; } export declare function transformArguments(index: string, query: string, options?: ExplainOptions): Array<string>; export declare function transformReply(): string; export {};