mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-01 18:24:19 +08:00
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
export declare function transformArguments(configKey: string, value: number): Array<string>;
|
|
export declare function transformReply(): 'OK';
|