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; export declare const mapBlockDocumentToSelectOption: MapFunction;