export interface ApiKeyRotationResult { apiKey: string; id: string; secretKey: string; }