import type { CommandGeoSearchByOptions, CommandGeoSearchFromOptions, CommandGeoSearchOptions, RespGeoRadius } from '../index.ts'; export declare function createCommand(key: string, from: CommandGeoSearchFromOptions, by: CommandGeoSearchByOptions, options?: CommandGeoSearchOptions): string[]; export declare function geosearch(this: T, key: string, from: CommandGeoSearchFromOptions, by: CommandGeoSearchByOptions, options?: CommandGeoSearchOptions): Promise;