import { type AxiosRequestConfig } from 'axios'; export declare const getAddress: (search: string, options?: AxiosRequestConfig) => Promise;