import { Services } from '../types'; import { Processor } from './types'; /** * Prepares vulcan2x.job table with all processors. Note: this should be called just once per ETL start! */ export declare function registerProcessors(services: Services, processors: Processor[]): Promise;