export declare const getProduct: {
    (productId: Amity.InternalProduct['productId']): Promise<Amity.Cached<Amity.InternalProduct>>;
    locally(productId: Amity.InternalProduct['productId']): Amity.Cached<Amity.InternalProduct> | undefined;
};
//# sourceMappingURL=getProduct.d.ts.map