import { type SourceInfo as LegacySourceInfo } from './types.js'; import { ContentRating, type SourceBadge, type SourceDeveloper, type SourceInfo, type SourceIntents } from '../../impl/SourceInfo.js'; export declare class SourceInfoWrapper implements SourceInfo { version: string; name: string; icon: string; description: string; contentRating: ContentRating; developers: SourceDeveloper[]; language?: string; badges: SourceBadge[]; capabilities: SourceIntents | SourceIntents[]; constructor(legacySourceInfo: LegacySourceInfo); } //# sourceMappingURL=sourceInfo.d.ts.map