import type { DataType } from '../CompoundData'; export declare function getInChIKey(data: DataType): { value: any; label: string; description: any; }; //# sourceMappingURL=getInChIKey.d.ts.map