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