/**
* Search for a word across all collections.
*
* @paramword - The word to search for
* @returns Array of collection slugs where the word appears
*/exportdeclarefunctionsearchWordInCollections(word: string): string[] | null;
//# sourceMappingURL=searchWordInCollections.d.ts.map