/** * Snapshot types */ export declare enum SnapshotType { SYSTEM = "SYSTEM", USER = "USER", GENERATED = "GENERATED" }