import { IKeywords } from './IKeywords'; /** * */ export declare function searchKeywords(haystack: IKeywords, needle: IKeywords): boolean;