import { KnownAliBlock } from "./AliBlockBase"; import { AliKey } from "./AliKey"; /** * (Photoshop 5.0) ALI block that stores the unicode name of a layer. */ export interface UnicodeLayerNameAliBlock extends KnownAliBlock { name: string; } //# sourceMappingURL=UnicodeLayerNameAliBlock.d.ts.map