import { Subject } from 'rxjs';
export declare class PDFNotificationService {
    onPDFJSInit: Subject<void>;
}
