4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
export declare const FIRST_KEY_INDEX = 1;
|
|
export declare function transformArguments(key: string, width: number, depth: number): Array<string>;
|
|
export declare function transformReply(): 'OK';
|