declare const store: { app: { curMatchData?: { id: number | string; index: number; matchIndex: number; } | undefined; isContentScroll: boolean; scrollPos: number | import("../@types").ScrollPosType; searchValue: string; statistics: import("../@types").ISearchResult["statistics"]; }; config: { breakLine: boolean; fontSize: number; preserveCtx: boolean; showLineNumber: boolean; showTime: boolean; }; }; export { store };