3 lines
160 B
TypeScript
Raw Normal View History

2022-11-03 10:55:07 -06:00
export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;