import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CWaterMark extends BasicCPCLArg { private value; constructor(options?: { value?: number; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=watermark.d.ts.map