/** Enum values for taskState of an instance */
export declare enum InstanceSummaryTaskStateEnum {
    '' = "",
    'block_device_mapping' = "block_device_mapping",
    'deleting' = "deleting",
    'image_backup' = "image_backup",
    'image_pending_upload' = "image_pending_upload",
    'image_snapshot' = "image_snapshot",
    'image_snapshot_pending' = "image_snapshot_pending",
    'image_uploading' = "image_uploading",
    'migrating' = "migrating",
    'networking' = "networking",
    'pausing' = "pausing",
    'powering-off' = "powering-off",
    'powering-on' = "powering-on",
    'reboot_pending' = "reboot_pending",
    'reboot_pending_hard' = "reboot_pending_hard",
    'reboot_started' = "reboot_started",
    'reboot_started_hard' = "reboot_started_hard",
    'reboot_starting' = "reboot_starting",
    'rebooting' = "rebooting",
    'rebooting_hard' = "rebooting_hard",
    'rebooting_pending_hard' = "rebooting_pending_hard",
    'rebooting_started_hard' = "rebooting_started_hard",
    'rebuild_block_device_mapping' = "rebuild_block_device_mapping",
    'rebuild_spawning' = "rebuild_spawning",
    'rebuilding' = "rebuilding",
    'rescuing' = "rescuing",
    'resize_confirming' = "resize_confirming",
    'resize_finish' = "resize_finish",
    'resize_migrated' = "resize_migrated",
    'resize_migrating' = "resize_migrating",
    'resize_prep' = "resize_prep",
    'resize_reverting' = "resize_reverting",
    'restoring' = "restoring",
    'resuming' = "resuming",
    'scheduling' = "scheduling",
    'shelving' = "shelving",
    'shelving_image_pending_upload' = "shelving_image_pending_upload",
    'shelving_image_uploading' = "shelving_image_uploading",
    'shelving_offloading' = "shelving_offloading",
    'soft_deleting' = "soft_deleting",
    'spawning' = "spawning",
    'starting' = "starting",
    'stopping' = "stopping",
    'suspending' = "suspending",
    'unknown' = "unknown",
    'unpausing' = "unpausing",
    'unrescuing' = "unrescuing",
    'unshelving' = "unshelving",
    'updating_password' = "updating_password"
}
//# sourceMappingURL=InstanceSummaryTaskStateEnum.d.ts.map