import { MediaType } from '../../aux/enumerable/media_type'; export declare class ViewResolverMapping { name: string; mediaType: MediaType; constructor(name: string, mediaType: MediaType); }