import ProxyInterface from '../proxy-interface'; import { CommentReplyModel } from '@pkpm/pkpm-types'; declare class CommentReplyProxy implements ProxyInterface { private reply; constructor(responseData: any); getModel(): CommentReplyModel; } export { CommentReplyProxy }; //# sourceMappingURL=comment-reply-proxy.d.ts.map