import { Settings } from "../../types/Settings";
/**
 * Internal custom hook for managing settings.
 */
export declare const useSettingsInternal: () => {
    settings: Settings;
    replaceSettings: (newSettings: Settings) => void;
    updateSettings: (fields: Settings) => void;
};
//# sourceMappingURL=useSettingsInternal.d.ts.map