import type { GitHubAPIClient } from "./api.ts"; import type { DangerDSLType } from "../dsl/danger-dsl.ts"; /** * Build the full DangerDSLType from GitHub API data. */ export declare function buildDangerDSL(api: GitHubAPIClient): Promise; //# sourceMappingURL=github.d.ts.map