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