import { PageOrganizer } from '../organize-pdf';
/**
 * @private
 * @returns { void }
 */
export declare function createRequestForPreview(): any;
/**
 * @private
 * @param { PageOrganizer } proxy - It's describe about page organizer module.
 * @returns { void }
 */
export declare function requestPreviewCreation(proxy: PageOrganizer): void;
/**
 * @private
 * @param { any } data - It's describe about update the preview collection.
 * @returns { void }
 */
export declare function updatePreviewCollection(data: any): void;
/**
 * @private
 * @param { any } event - It's describe about update the preview collection.
 * @returns { void }
 */
export declare function previewOnMessage(event: any): void;
/**
 * @param {any} data - It describes about the data
 * @param {boolean} isClientRender - It describes about the isClientRender
 * @private
 * @returns {void}
 */
export declare function getData(data: any, isClientRender: boolean): void;
