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