import { AttachmentPointName } from 'ketcher-core'; declare type PhosphatePosition = '3' | '5'; export declare const inferPhosphatePosition: (sugarAttachmentPoints: Map, phosphateAttachmentPoints: Map) => PhosphatePosition; export {};