import type { OAuthConfig, OAuthUserConfig } from "."; export interface EVEOnlineProfile extends Record { CharacterID: number; CharacterName: string; ExpiresOn: string; Scopes: string; TokenType: string; CharacterOwnerHash: string; IntellectualProperty: string; } export default function EVEOnline

(options: OAuthUserConfig

): OAuthConfig

; //# sourceMappingURL=eveonline.d.ts.map