import { BackupNotFoundException } from './BackupNotFoundException'; import { InternalServerError } from './InternalServerError'; export declare type DescribeBackupExceptionsUnion = BackupNotFoundException | InternalServerError;