import type { Keywords } from './IKeywords'; /** * @@@ * * @param haystack * @param needle * @returns * @public exported from `@promptbook/utils` */ export declare function searchKeywords(haystack: Keywords, needle: Keywords): boolean;