mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 00:04:45 +08:00
5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
export declare const FIRST_KEY_INDEX = 1;
|
|
export declare const IS_READ_ONLY = true;
|
|
export declare function transformArguments(key: string, path?: string): Array<string>;
|
|
export declare function transformReply(): number;
|