/** * Chemical elements and their atomic masses * Data from the original CREB project's Assets.py */ export declare const ELEMENTS_LIST: string[]; export declare const PERIODIC_TABLE: Record; export declare const PARAMETER_SYMBOLS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; //# sourceMappingURL=constants.d.ts.map