import { ClassicyStore } from '../ControlPanels/AppManager/ClassicyAppManager'; type ClassicyPDFViewerEvent = { type: string; path?: string; }; export declare const classicyPDFViewerEventHandler: (ds: ClassicyStore, action: ClassicyPDFViewerEvent) => ClassicyStore; export {}; //# sourceMappingURL=PDFViewerContext.d.ts.map