import { PrefectWorkerCollectionResponse, WorkerCollectionItem } from '../models'; import { MapFunction } from '../services/Mapper'; import { SchemaValues, WorkerBaseJobTemplate } from '../types/schemas'; export declare const mapPrefectWorkerCollectionResponseToWorkerCollectionItemArray: MapFunction; type MapSchemaValuesSource = { values: SchemaValues; schema: WorkerBaseJobTemplate; }; export declare const mapWorkerSchemaValuesToWorkerSchemaValuesRequest: MapFunction; export {};