import { CommentService } from "./CommentService"; import { ImageService } from "./ImageService"; import { LikeService } from "./LikeService"; import { ViewService } from "./ViewService"; import { SubscriptionService } from "./SubscriptionService"; export declare const COMMON_PROVIDERS: (typeof LikeService | typeof CommentService | typeof ImageService | typeof ViewService | typeof SubscriptionService)[];