export interface JobAttachmentResult {
    alias?: string;
    url?: string;
}
export declare function JobAttachmentResultFromJSON(json: any): JobAttachmentResult;
export declare function JobAttachmentResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttachmentResult;
export declare function JobAttachmentResultToJSON(value?: JobAttachmentResult | null): any;
