/** * DTO for a successful response. * Used to return the ID of a created resource. */ export declare class SuccessResponseDto { }