import { SearchInfo } from "./searchInfo"; import { SmartSearchType } from "../utils/constants"; declare const searchInfoExtractor: (intent: any, smartSearchType: SmartSearchType) => SearchInfo; export { searchInfoExtractor };