import type { ComponentRef } from '@angular/core';
import { ImportsOrchestratorQueueItem } from '../../service';
export declare function bindComponentInputs(componentRef: ComponentRef<any>, item: ImportsOrchestratorQueueItem): void;
export declare function bindComponentOutputs(componentRef: ComponentRef<any>, item: ImportsOrchestratorQueueItem): void;
