import { FindOptions } from './types'; /** Gets true is options are equal. * @hidden */ export declare function areOptionsEqual(o1: FindOptions, o2: FindOptions): boolean; export { registerSearchPanel } from './SearchWorker'; export { FindOptions, SearchResult, Rect, Range, SearchMsg } from './types'; export { search, SearchStatus } from './api';