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