4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
export declare const IS_READ_ONLY = true;
|
|
export declare function transformArguments(index: string, query: string): Array<string>;
|
|
export declare function transformReply(): Array<string>;
|