import type { PipelineValidationContext } from './createPipelineValidationContext';
/**
 * Validates that the expected top-level collections have array structure.
 *
 * @private function of `validatePipeline`
 */
export declare function validatePipelineCollectionsStructure({ pipeline, pipelineIdentification, }: PipelineValidationContext): void;
