import { SelectOption } from '@prefecthq/prefect-design';
import { BlockDocumentResponse } from '../models/api/BlockDocumentResponse';
import { BlockDocument } from '../models/BlockDocument';
import { MapFunction } from '../services/Mapper';
export declare const mapBlockDocumentResponseToBlockDocument: MapFunction<BlockDocumentResponse, BlockDocument>;
export declare const mapBlockDocumentToSelectOption: MapFunction<BlockDocument, SelectOption>;
