import type { PipelineComponent } from "instill-sdk"; import { SmartHint } from "../types"; export declare function pickOutputReferenceHintsFromComponent({ componentID, component, task, consoleComposedIteratorSchema, }: { componentID: string; component: PipelineComponent; task?: string; consoleComposedIteratorSchema?: boolean; }): SmartHint[]; //# sourceMappingURL=pickOutputReferenceHintsFromComponent.d.ts.map