import type { InjectedOptionsParam } from '../';
export declare const loadSettingsClient: (opts: InjectedOptionsParam) => {
    get(key: string): string;
    getAll(): {
        [key: string]: string;
    };
};
