export declare const FIRST_KEY_INDEX = 1; export declare const IS_READ_ONLY = true; export declare function transformArguments(key: string): Array; type ListWithCountRawReply = Array; type ListWithCountReply = Array<{ item: string; count: number; }>; export declare function transformReply(rawReply: ListWithCountRawReply): ListWithCountReply; export {};