export declare class PDFPropertiesParamsPayload { protected readonly _pageLevel?: boolean; constructor(pageLevel?: boolean); }