import { AxiosResponse } from 'axios'; declare const protectBranch: (token: string, organization: string, repo: string, branch: string) => Promise; export default protectBranch;