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