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