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