import type { DevToolsSys } from "../types";
import type { CLIArgs } from "./index";
export { resolveGitBranchFromBuilderBranch } from "./project-api";
export declare function runPullCommand(_sys: DevToolsSys, args: CLIArgs): Promise<void>;
