export interface AddJobCommentResponse {
    commentId: string;
}
export declare function AddJobCommentResponseFromJSON(json: any): AddJobCommentResponse;
export declare function AddJobCommentResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddJobCommentResponse;
export declare function AddJobCommentResponseToJSON(value?: AddJobCommentResponse | null): any;
