export declare const BOHR_TO_ANGSTROM = 0.529177210544; export declare const HARTREE_TO_EV = 27.211386245981; export declare const PLANCK_J_S = 6.62607015e-34; export declare const ELEMENTARY_CHARGE_C = 1.602176634e-19; export declare const SPEED_OF_LIGHT_M_S = 299792458; export declare const THZ_TO_INVERSE_CM: number; export declare const DEFAULT_FPS_RANGE: readonly [0, 300]; export declare const FPS_STEP = 0.1; export declare const DEFAULT_PNG_DPI = 150; export declare const ELEMENT_COLOR_SCHEME_NAMES: readonly ["Vesta", "Jmol", "Alloy", "Pastel", "Muted", "Dark Mode"]; export type ColorSchemeName = (typeof ELEMENT_COLOR_SCHEME_NAMES)[number]; export declare const COMPRESSION_FORMATS: { readonly gzip: readonly [".gz", ".gzip"]; readonly deflate: readonly [".deflate"]; readonly 'deflate-raw': readonly [".z"]; readonly zip: readonly [".zip"]; readonly xz: readonly [".xz"]; readonly bz2: readonly [".bz2"]; }; export declare const TRAJ_KEYWORDS: readonly string[]; export declare const STRUCT_KEYWORDS: readonly string[]; export declare const TRAJ_KEYWORDS_REGEX: RegExp; export declare const STRUCT_KEYWORDS_REGEX: RegExp; export declare const STRUCT_KEYWORDS_STRICT_REGEX: RegExp; export declare const ext_regex: (exts: readonly string[]) => RegExp; export declare const filename_token_regex: (filenames: readonly string[]) => RegExp; export declare const TRAJ_EXTENSIONS: readonly string[]; export declare const TRAJ_EXTENSIONS_REGEX: RegExp; export declare const STRUCTURE_EXTENSIONS: readonly string[]; export declare const STRUCTURE_EXTENSIONS_REGEX: RegExp; export declare const TRAJ_FALLBACK_EXTENSIONS_REGEX: RegExp; export declare const VASP_STRUCTURE_FILES: readonly string[]; export declare const VASP_FILES_REGEX: RegExp; export declare const VASP_VOLUMETRIC_FILES: readonly string[]; export declare const VASP_VOLUMETRIC_REGEX: RegExp; export declare const VASP_TRAJECTORY_FILES: readonly string[]; export declare const VASP_TRAJECTORY_REGEX: RegExp; export declare const VASPRUN_REGEX: RegExp; export declare const CONFIG_DIRS_REGEX: RegExp; export declare const MD_SIM_EXCLUDE_REGEX: RegExp; export declare const XYZ_EXTENSIONS: readonly string[]; export declare const XYZ_EXTXYZ_REGEX: RegExp; export declare const FERMI_FILE_EXTENSIONS: readonly string[]; export declare const TEXT_VIEWER_EXTENSIONS: readonly string[]; export declare const HDF5_EXT_REGEX: RegExp; export declare const BINARY_VIEWER_EXTENSIONS: readonly string[]; export declare const BINARY_VIEWER_EXT_REGEX: RegExp; export declare const VASP_VIEWER_STEMS: readonly string[]; export declare const COMPRESSION_EXTENSIONS_REGEX: RegExp;