import { JSONAModel } from "../../interfaces/JSONAModel"; import { RecursivePartial } from "../../interfaces/RecursivePartial"; import { RawJsonApiModelOmitType } from "./RawJsonApiModelOmitType"; export declare type RawJsonApiModel = Omit, RawJsonApiModelOmitType>;