/** Instance snapshot */
export interface Snapshot {
    /** Instance image id */
    imageId: string;
    /** Id of pending public cloud operation */
    operationId: string;
}
//# sourceMappingURL=Snapshot.d.ts.map