import { IScoutStems } from 'index'; declare const scoutSearch: (nodes: IScoutStems, keyword: string) => IScoutStems; export default scoutSearch;