export interface IPdfSearcher {
    close(): any;
    toggle(): any;
    updateUIState(state: any, previous: any, matchesCount: any): any;
}
