UNPKG

balena-sdk

Version:
8 lines (7 loc) 211 B
import type { InjectedOptionsParam } from '../'; export declare const loadSettingsClient: (opts: InjectedOptionsParam) => { get(key: string): string; getAll(): { [key: string]: string; }; };