import { LexiconNotFoundException } from "./LexiconNotFoundException"; import { ServiceFailureException } from "./ServiceFailureException"; export declare type GetLexiconExceptionsUnion = LexiconNotFoundException | ServiceFailureException;