import { type KeysToCamel } from "../../lib/transformCase.js"; import { type CommentEdgeOptions, type CommentWithPost } from "../../types/facebookpost.js"; import { type Collection, type Fields, type FbFieldSelector } from "../../types/shared.js"; import { type CreateResourceParams } from "../../client.js"; type PageComment = KeysToCamel; export type GetPageComments = >(query: { fields: Fields; options?: CommentEdgeOptions; }) => Promise>; export declare function createPageCommentsResource({ http, id, config }: CreateResourceParams): { list: GetPageComments; }; export {}; //# sourceMappingURL=PageCommentResource.d.ts.map