export declare enum AnchorType { GENERAL = "anchor-general", PRICE = "anchor-price", VARIANT = "anchor-variant", INVENTORY = "anchor-inventory", TAKEAWAY = "anchor-takeaway", GROUP = "anchor-group" } export declare function getAnchorId(type: AnchorType, id?: string): string;