import { RegionInterface } from './interface'; declare const getRegions: ({ apiHost }: { apiHost: string; }) => Promise; export default getRegions;