export declare const IS_READ_ONLY = true;
export declare function transformArguments(channels?: Array<string> | string): Array<string>;
export declare function transformReply(rawReply: Array<string | number>): Record<string, number>;
