import { DeleteComment200Response } from '../../models/base/delete-comment200-response/index'; import { GetCommentReactions200Response } from '../../models/base/get-comment-reactions200-response/index'; import { CommentReactionsApi, CommentReactionsApiDeleteCommentReactionRequestData, CommentReactionsApiGetCommentReactionsRequestData, CommentReactionsApiPostCommentReactionRequestData } from './comment-reactions-api'; export declare class CommentReactionsApiFixture implements Partial> { /** @inheritDoc */ readonly apiName = "CommentReactionsApi"; /** * Fixture associated to function deleteCommentReaction */ deleteCommentReaction: jest.Mock, [CommentReactionsApiDeleteCommentReactionRequestData]>; /** * Fixture associated to function getCommentReactions */ getCommentReactions: jest.Mock, [CommentReactionsApiGetCommentReactionsRequestData]>; /** * Fixture associated to function postCommentReaction */ postCommentReaction: jest.Mock, [CommentReactionsApiPostCommentReactionRequestData]>; } //# sourceMappingURL=comment-reactions-api.jest.fixture.d.ts.map