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