import { KeysToCamel } from "../../lib/transformCase.js"; import { CommentEdgeOptions, CommentWithPost } from "../../types/facebookpost.js"; import { Collection, Fields, FbFieldSelector } from "../../types/shared.js"; import { 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=PageCommentResouorce.d.ts.map