import { EsriWorkflowExceptionsErrorDTO } from './';
export interface EsriWorkflowExceptionsWorkflowExceptionDTO {
    error: EsriWorkflowExceptionsErrorDTO;
}
export declare function EsriWorkflowExceptionsWorkflowExceptionDTOFromJSON(json: any): EsriWorkflowExceptionsWorkflowExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowExceptionDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowExceptionsWorkflowExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowExceptionDTOToJSON(value?: EsriWorkflowExceptionsWorkflowExceptionDTO | null): any;
