function configureBranchProtectionimport { configureBranchProtection } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts"; configureBranchProtection(octokit: Octokit,owner: string,repo: string,branch: string,defaultBranch: boolean,requireReviews: boolean,requiredStatusChecks: string[],restrictionTeams: string[],lockBranch: boolean,username: string,): Promise<void>Parametersoctokit: Octokitowner: stringrepo: stringbranch: stringdefaultBranch: booleanrequireReviews: booleanrequiredStatusChecks: string[]restrictionTeams: string[]lockBranch: booleanusername: stringReturnsPromise<void>