type GitGkdOptionsType = { targetBranch: string[]; }; declare const gitGkd: (options: GitGkdOptionsType) => Promise; export { gitGkd as default };