import { IAddressCountry } from '../interfaces/address-country.interface';
import { IAddressRegion } from '../interfaces/address-region.interface';
export declare function searchCountryRegions(text: string, regions: IAddressRegion[] | IAddressCountry[], limit?: number): IAddressRegion[];