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