import type { CatalogEntry } from '../catalogs/catalog-types.js'; /** Search game content catalogs (monsters, tiles, items, etc.) */ export declare function searchGameContent(query: string, type?: string): CatalogEntry[]; //# sourceMappingURL=reference.d.ts.map