/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export declare type ContentStatus = "current" | "draft" | "archived" | "historical" | "trashed" | "deleted" | "any"; //# sourceMappingURL=ContentStatus.d.ts.map