/** * ```js * import { PostRepository } from '@amityco/ts-sdk' * const pinProduct = await PostRepository.pinProduct(postId, pinnedProductId) * ``` * * @param postId The ID of the post to unpin the product from * @param productId the ID of the product to pin * @returns Amity.Post * * @category Post API * @async * */ export declare const pinProduct: (postId: Amity.Post['postId'], pinnedProductId: Amity.Post['pinnedProductId']) => Promise>; //# sourceMappingURL=pinProduct.d.ts.map