export declare const loadSettingsClient: () => {
    get: () => never;
    getAll: () => never;
};
