export declare function transformArguments(configKey: string, value: number): Array<string>;
export declare function transformReply(): 'OK';
