export interface GreenopsSettings { provider?: string; profile?: string; region?: string; } export declare function loadSettings(): Promise; export declare function saveSettings(settings: GreenopsSettings): Promise;