import { ValkeyCommandArgument, ValkeyCommandArguments } from "."; import { GeoUnits, GeoRadiusStoreOptions } from "./generic-transformers"; export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./GEORADIUSBYMEMBER"; export declare function transformArguments(key: ValkeyCommandArgument, member: string, radius: number, unit: GeoUnits, destination: ValkeyCommandArgument, options?: GeoRadiusStoreOptions): ValkeyCommandArguments; export declare function transformReply(): number;