/** * Keys for Additional Layer Info blocks that @webtoon/psd can parse. * Currently, only a subset of all possible keys are supported. */ export declare enum AliKey { SectionDividerSetting = "lsct", TypeToolObjectSetting = "TySh", UnicodeLayerName = "luni", VectorStrokeData = "vstk", ObjectBasedEffects = "lfx2", GradientFillSetting = "GdFl", SolidColorSheetSetting = "SoCo", PatternFillSetting = "PtFl", VectorStrokeContentData = "vscg", BlendOptionsCapacity = "iOpa", VectorMaskSetting1 = "vmsk", VectorMaskSetting2 = "vsms", HueSaturation = "hue2", NestedSectionDividerSetting = "lsdk", LayerId = "lyid", ArtboardData = "artb", SmartObjectPlacedLayerData = "SoLE", PlacedLayerData = "SoLd", LinkedLayer = "lnkD", LinkedLayer2 = "lnk2", LinkedLayer3 = "lnk3" } //# sourceMappingURL=AliKey.d.ts.map