/** * The original source for last names data was taken from https://www.kaggle.com/datasets/fivethirtyeight/fivethirtyeight-most-common-name-dataset?resource=download&select=surnames.csv */ declare const _default: string[]; export default _default; export declare const maxStringLength = 15;