import { IsoCountry, ResearchedProduct, UpdatableResponse } from "../builtins"; export interface BrowseTheWebQuery { context: string; localization?: IsoCountry; } interface Data { summary: string; products: ResearchedProduct[]; } export type BrowseTheWebResponse = UpdatableResponse; export {}; //# sourceMappingURL=browseTheWeb.d.ts.map