export declare enum WatermarkType { TEXT = "text", IMAGE = "image" } export declare enum WatermarkLayer { BOTTOM = "bottom", TOP = "top" }