import type { SettingsState } from './types.js'; export declare const useSettings: (keys: Array) => Pick;