import { Response } from 'express';
import { HTMLToPDFOptions } from '../types';
export declare function handlePDF(this: Response, html: string, userOptions?: HTMLToPDFOptions): Promise<Response>;
