UNPKG

344 BTypeScriptView Raw
1import { LCP } from "../parser/epub/lcp";
2import { IDeviceIDManager } from "./deviceid-manager";
3export declare function launchStatusDocumentProcessing(lcp: LCP, deviceIDManager: IDeviceIDManager, onStatusDocumentProcessingComplete: (licenseUpdateJson: string | undefined) => void, httpHeaders?: {
4 [key: string]: string;
5}): Promise<void>;