export declare var __dirname: any; export * from './dom-helpers'; export * from './highlight'; export declare function isMatch(sourceText: string, searchValue: string): boolean; export declare function loadWorker(path: string, relative: boolean): Promise;