import { InvalidArn } from "./InvalidArn"; import { StateMachineDoesNotExist } from "./StateMachineDoesNotExist"; export declare type DescribeStateMachineExceptionsUnion = InvalidArn | StateMachineDoesNotExist;