import { Bond, Struct } from "../../../domain/entities"; export declare function getStereoAtomsMap(struct: Struct, bonds: Array, bond?: Bond): Map;