import type { ContactsComment, ContactsCommentList } from '../_models'; export declare const getSearchCommentsResponseMock: (overrideResponse?: Partial>) => ContactsCommentList; export declare const getPublishCommentCommentsResponseMock: (overrideResponse?: Partial>) => ContactsComment; export declare const getDeleteCommentCommentsResponseMock: () => ContactsComment[]; export declare const getUpdateCommentCommentsResponseMock: (overrideResponse?: Partial>) => ContactsComment;