import { Nullable, PipelineRecipe } from "instill-sdk"; import { InstillReferenceWithID } from "../../../flow/types"; export declare function getUserDefinedReferencesFromRecipe(recipe: Nullable): InstillReferenceWithID[]; //# sourceMappingURL=getUserDefinedReferencesFromRecipe.d.ts.map