import { IBaseResponse } from 'kentico-cloud-core'; import { ContentTypeSnippetContracts } from '../contracts'; import { ContentTypeSnippetResponses } from '../responses'; import { BaseMapper } from './base-mapper'; export declare class ContentTypeSnippetMapper extends BaseMapper { mapListingResponse(response: IBaseResponse): ContentTypeSnippetResponses.ContentTypeSnippetListResponse; mapViewContentTypeSnippetResponse(response: IBaseResponse): ContentTypeSnippetResponses.ViewContentTypeSnippetResponse; mapAddContentTypeSnippetResponse(response: IBaseResponse): ContentTypeSnippetResponses.AddContentTypeSnippetResponse; mapDeleteContentTypeSnippetRespose(response: IBaseResponse): ContentTypeSnippetResponses.DeleteContentTypeSnippetResponse; private mapContentTypeSnippet; } export declare const contentTypeSnippetMapper: ContentTypeSnippetMapper;