import { IpcMainEvent } from "electron"; import { HtmlConstruct, PdfCreateOptions } from "./type"; declare const startPrint: (pdfOptions: PdfCreateOptions, event: IpcMainEvent | undefined) => void; declare const initPrintPgae: (config: HtmlConstruct) => void; export { startPrint, initPrintPgae };