declare const gitLfsPull: () => void; declare const gitLfsInstall: () => void; /** * * @param {*} to stringList, projectName(s) */ declare const gitLfsPullByProject: (projectNames: Array) => void; export { gitLfsPull, gitLfsInstall, gitLfsPullByProject }; //# sourceMappingURL=pull.d.ts.map