import { EsriWorkflowExceptionsDetailedErrorDTO } from './';
export interface EsriWorkflowExceptionsWorkflowJsonExceptionDTO {
    error: EsriWorkflowExceptionsDetailedErrorDTO;
}
export declare function EsriWorkflowExceptionsWorkflowJsonExceptionDTOFromJSON(json: any): EsriWorkflowExceptionsWorkflowJsonExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowJsonExceptionDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowExceptionsWorkflowJsonExceptionDTO;
export declare function EsriWorkflowExceptionsWorkflowJsonExceptionDTOToJSON(value?: EsriWorkflowExceptionsWorkflowJsonExceptionDTO | null): any;
