export declare const renderPDF: (containerDiv: Element, documentUrl: string) => Promise<unknown>;
export declare const renderDocument: (workerSrc: string) => (containerDiv: Element) => void;
export declare const init: (workerSrc: string) => void;
