/** * Opens a new window with the given base64 encoded pdf. */ export declare const openPdfInNewWindow: (pdf: string) => Promise;