/** * 加载 lodop js 文件 * @param timeout 超时时间 单位 s * @returns */ export declare function loadLodop(domain?: string): Promise; /** * 静默打印pdf * @param url - pdf url */ export declare function silentPrintBlob(blob: Blob, options?: PrinterOptions & EnvOptions): Promise; /** * 获取 LODOP 对象 使用它的 api * @example getLodop().then(lodop => { * lodop.PRINT() * }) */ export declare function getLodop(): Promise; export declare function getPrinters(): Promise; //# sourceMappingURL=index.d.ts.map