import { EsriWorkflowModelsRestJobAttachmentDescription } from './';
export interface JobAttachmentDescriptions {
    attachments?: Array<EsriWorkflowModelsRestJobAttachmentDescription>;
}
export declare function JobAttachmentDescriptionsFromJSON(json: any): JobAttachmentDescriptions;
export declare function JobAttachmentDescriptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttachmentDescriptions;
export declare function JobAttachmentDescriptionsToJSON(value?: JobAttachmentDescriptions | null): any;
