import { IOptions } from '../../../types';
export declare const watermark: (options: IOptions) => Promise<any>;
