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