import type { AnyStructure } from '..'; export declare const mol2_has_lattice: (content: string) => boolean; export declare const parse_mol2: (content: string) => AnyStructure | null;