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