/**
 * Resource type a snapshot was created from.
 */
export declare enum SnapshotCreator {
    ContentItem = "content-item",
    Edition = "edition"
}
