import { TrailNotFoundException } from "./TrailNotFoundException"; import { InvalidTrailNameException } from "./InvalidTrailNameException"; export declare type GetTrailStatusExceptionsUnion = TrailNotFoundException | InvalidTrailNameException;