/**
 * The original source for countries data was taken from https://www.kaggle.com/datasets/manusmitajha/countrydatacsv
 * We've excluded a few countries and their cities from this list because we don't think they should ever appear in any list
 */
declare const _default: string[];
export default _default;
export declare const maxStringLength = 30;
