/** * 获取默认分支 */ export declare const getDefaultGitlabBranchName: (projectId: string) => Promise; /** * 获取Gitlab API * @param access_token 用户gitlab access token(默认取配置文件 tuyaGitLabToken,需自行设置) */ export declare const getGitlabApi: (access_token?: string) => Promise>;