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