import { Nullable, PipelineRecipe } from "instill-sdk"; /** * Hepler function to get all the connectable reference target, Take variable * for example, something like variable.foo or variable.bar. And for * other component, something like comp_1.output.foo or comp_1.output.bar */ export declare function getConnectableReferencePathsFromRecipe(recipe: Nullable): { variableNodeConnectableReferencePaths: string[]; componentNodeConnectableReferencePaths: string[]; runOnNodeConnectableReferencePaths: string[]; }; //# sourceMappingURL=getConnectableReferencePathsFromRecipe.d.ts.map