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