import { ResourceNotFoundException } from "./ResourceNotFoundException"; import { InvalidParameterException } from "./InvalidParameterException"; import { InvalidRequestException } from "./InvalidRequestException"; import { InternalServiceError } from "./InternalServiceError"; export declare type RestoreSecretExceptionsUnion = ResourceNotFoundException | InvalidParameterException | InvalidRequestException | InternalServiceError;