import { Step } from "@simonegaffurini/sammarksworkflow";
import { InstallDependencyWorkflowContext } from ".";
export declare const init: Step<InstallDependencyWorkflowContext>;
