import { TableNotFoundException } from './TableNotFoundException'; import { InternalServerError } from './InternalServerError'; export declare type DescribeContinuousBackupsExceptionsUnion = TableNotFoundException | InternalServerError;