import { PageLayout } from "./PageLayout"; export declare class HTMLtoPDFParamsPayload { protected readonly _json?: string; protected readonly _includeHeaderFooter?: boolean; protected readonly _pageLayout?: PageLayout; constructor(includeHeaderFooter?: boolean, pageLayout?: PageLayout, dataToMerge?: JSON); }