import type { LightLogger } from 'cheminfo-types'; import type { TopicMolecule } from './TopicMolecule.ts'; export interface GetCanonizedDiaIDsOptions { maxNbAtoms: number; logger: LightLogger; } export declare function getCanonizedDiaIDs(diaMol: TopicMolecule, options: GetCanonizedDiaIDsOptions): any[]; //# sourceMappingURL=getCanonizedDiaIDs.d.ts.map