import { Comment } from "@omnia/fx/models"; import { ICommentLikeService } from "@omnia/fx/stores"; import { SocialService } from "./SocialService"; export declare class PageSocialService extends SocialService implements ICommentLikeService { deleteComment: (comment: Comment) => Promise; }