export declare class PDFExtensionEvents { static namespace: string; static PDF_LOADED: string; static PAGE_INDEX_CHANGE: string; static SEARCH: string; static ZOOM_IN: string; static ZOOM_OUT: string; }