export declare class Config { /** * Gets the saved configuration values */ static get(): any; /** * Stores the configuration values */ static set(settings: any): void; static merge(settings: any): any; }