import { Product, SfccIntegrationContext } from '../../../types'; export declare function getProduct(context: SfccIntegrationContext, id: string): Promise; export declare function getProducts(context: SfccIntegrationContext, ids: string[]): Promise;