import { Region } from '../types';
/**
 * List of world regions with their subregions
 */
export declare const regions: Region[];
