export declare class Setting { key: string; value: any; constructor(key: string, value: any); }