import { type CreateResourceParams } from "../../client.js"; import { type BatchableRequest, type FbFieldSelector, type FbPickDeep, type Fields } from "../../types/shared.js"; import { type InstagramComment, type InstagramCommentResult, type InstagramMedia, type InstagramMentionReplyParams } from "../../types/instagram.js"; export type ReplyInstagramMention = (params: InstagramMentionReplyParams) => BatchableRequest; export declare function createInstagramMentionsResource({ http, id }: CreateResourceParams): { reply: ReplyInstagramMention; getComment: >(commentId: string, fields: Fields) => BatchableRequest>; getMedia: >(mediaId: string, fields: Fields) => BatchableRequest>; }; //# sourceMappingURL=InstagramMentionsResource.d.ts.map