/** * Profiles Module * * Exports for plugin profile management. * * @since v1.33.0 */ export { type ApplyMode, type ApplyProfileOptions, type ApplyProfileResult, type CreateProfileOptions, type PluginProfile, type ProfileColor, type ProfileDiff, type ProfileFavoritesStore, type ProfileFilterPreferences, type ProfileGroup, type ProfileGroupStore, type ProfilePlugin, type ProfilePluginDiff, type ProfileStore, type ProfileTag, type ProfileTagStore, PROFILE_STORE_VERSION, DEFAULT_APPLY_OPTIONS, createEmptyApplyResult, createEmptyProfileStore, generateProfileId, } from './profile-types.js'; export { ProfileService, type ProfileDataProvider, getProfileService, resetProfileService, } from './profile-service.js'; //# sourceMappingURL=index.d.ts.map