import { InvalidInput } from "./InvalidInput"; import { NoSuchDelegationSet } from "./NoSuchDelegationSet"; import { DelegationSetNotReusable } from "./DelegationSetNotReusable"; export declare type ListHostedZonesExceptionsUnion = InvalidInput | NoSuchDelegationSet | DelegationSetNotReusable;