/**
 * The original source for cities names data was taken from https://www.kaggle.com/datasets/juanmah/world-cities
 * 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 = 49;
