/**
 * The FileAclarContentResponse model module.
 * @module model/FileAclarContentResponse
 * @version v1
 */
export default class FileAclarContentResponse {
    /**
     * Constructs a <code>FileAclarContentResponse</code> from a plain JavaScript object, optionally creating a new instance.
     * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
     * @param {Object} data The plain JavaScript object bearing properties of interest.
     * @param {module:model/FileAclarContentResponse} obj Optional instance to populate.
     * @return {module:model/FileAclarContentResponse} The populated <code>FileAclarContentResponse</code> instance.
     */
    static constructFromObject(data: any, obj: any): any;
    /**
     * @member {Number} _this
     */
    _this: any;
    /**
     * @member {Boolean} pnd
     */
    pnd: any;
}
