/** @public */ export type UserSettingsSignal = { type: 'key-changed' | 'key-deleted'; key: string; };