import { AuthContext } from "@harvestr-api/common"; export declare const getGithubToken: (ctx: AuthContext) => Promise; export declare const getGithubBearer: (ctx: AuthContext, gotTokenAlready?: string | undefined) => Promise<{ bearer: string; }>;