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