import type { Options, PdfInstance } from '../types';
declare function useWaterMark(pdfInstance: PdfInstance, opts: Options): Promise<unknown>;
export default useWaterMark;
