export declare const base64PdfToUrl: (base64: string) => string;
export declare const downloadBase64Pdf: (base64: string) => Window | null;
