import { Type } from '../generated/Type'; export declare type TypedApiObject = { /** * String representing the object’s type. */ _object: Type; };