declare module '@freearhey/search-js' { export function createIndex(items: any[], options?: { searchable?: string[] }) }