/**
 * Represents the status of objects that represent inventory - ad units and placements.
 */
export declare enum InventoryStatus {
    /**
     * The object is active.
     */
    ACTIVE = "ACTIVE",
    /**
     * The object is no longer active.
     */
    INACTIVE = "INACTIVE",
    /**
     * The object has been archived.
     */
    ARCHIVED = "ARCHIVED"
}
//# sourceMappingURL=placement.enum.d.ts.map