import type { CommandGeoSearchByOptions, CommandGeoSearchFromOptions, CommandGeoSearchStoreOptions } from '../index.ts'; export declare function createCommand(destination: string, source: string, from: CommandGeoSearchFromOptions, by: CommandGeoSearchByOptions, options?: CommandGeoSearchStoreOptions): string[]; export declare function geosearchstore(this: T, destination: string, source: string, from: CommandGeoSearchFromOptions, by: CommandGeoSearchByOptions, options?: CommandGeoSearchStoreOptions): Promise;