import { BlockTypeResponse } from '../models/api/BlockTypeResponse';
import { BlockType } from '../models/BlockType';
import { MapFunction } from '../services/Mapper';
export declare const mapBlockTypeResponseToBlockType: MapFunction<BlockTypeResponse, BlockType>;
