import { NetworkResponse } from "../types/networkResponse"; import { ProductParams } from "../types/productParams"; export declare function getProduct(params: ProductParams): Promise;