/**
 * A response containing a deleted flag and iri.
 *
 * @category Model Admin
 */
export declare class DeleteChildNodeCommentsResponse {
    /**
     * Status of list node comment.
     */
    commentsDeleted: boolean;
    /**
     * The IRI of the deleted list node.
     */
    nodeIri: string;
}
