import { ValkeyCommandArgument, ValkeyCommandArguments } from ".";
import { GeoReplyWith, GeoSearchOptions, GeoUnits } from "./generic-transformers";
export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./GEORADIUSBYMEMBER_RO";
export declare function transformArguments(key: ValkeyCommandArgument, member: string, radius: number, unit: GeoUnits, replyWith: Array<GeoReplyWith>, options?: GeoSearchOptions): ValkeyCommandArguments;
export { transformGeoMembersWithReply as transformReply } from "./generic-transformers";
