import { ResultResponse } from './ResultResponse';
export declare type NoContentResponse = '';
export interface NoContentResult extends ResultResponse<NoContentResponse> {
}
