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