import type { TopicMolecule } from './TopicMolecule.ts'; /** * Get the canonized hose codes for a topic molecule. It will use the moleculeWithH * @param topicMolecule - The topic molecule to get the hose codes for. * @returns The canonized hose codes. */ export declare function getCanonizedHoseCodes(topicMolecule: TopicMolecule): string[][]; //# sourceMappingURL=getCanonizedHoseCodes.d.ts.map