import type { RespGeoPosition } from '../index.ts'; export declare function createCommand(key: string, members: string[]): string[]; export declare function geopos(this: T, key: string, members: string[]): Promise>;