import { MergedSettings } from './types'; export declare const useSettings: (clientSettings: T) => MergedSettings;