import { NearbyOptions } from './types';
export declare function nearby(radius: number, limit: number, options: NearbyOptions): Promise<any>;
