import type { AuthorityEnrollmentReadback } from "./authority-enrollment.js"; export declare function readGithubAuthorityEnrollment(projectDir: string, repositorySlug: string, workflowPath: string, githubToken: string | undefined): AuthorityEnrollmentReadback | undefined;