/** * Get an authenticated Octokit instance for a specific user. * Uses the GitHub OAuth token stored in the Account table. */ export declare function getUserOctokit(userId: string): Promise; //# sourceMappingURL=user-client.d.ts.map