/** * @deprecated Legacy Jira auth helper. * * Jira credentials are now account-scoped and managed via NextAuth callbacks * and the account-aware Jira token service in `src/server/jira/tokens.ts`. * * This implementation is intentionally a no-op to avoid relying on the old, * userId-scoped JiraCredential schema. */ export declare function saveTenantJiraAuth(_: { userId: string; cloudId: string; accessToken: string; refreshToken: string; expiresAt: Date; siteUrl?: string; }): Promise; export declare function getTenantJiraAuth(_userId: string): Promise; //# sourceMappingURL=jira-auth.service.d.ts.map