import { StringLiteralV2 } from '../../string-literal-v2';
import { UpdateEntityCommentOrLabel } from './update-entity-comment-or-label';
/**
 * @category Model V2
 */
export declare class UpdateResourceClassComment extends UpdateEntityCommentOrLabel {
    comments?: StringLiteralV2[];
    constructor();
}
//# sourceMappingURL=update-resource-class-comment.d.ts.map