/** ketch-style: config → GITHUB_TOKEN → GH_TOKEN → `gh auth token`. */ export declare function resolveGithubToken(configured?: string): Promise<{ token: string | null; source: string; }>; //# sourceMappingURL=token.d.ts.map