export declare class AppSettings {
  private fileJson;
  private static instance;
  constructor();
  static readAppSettings(): any;
}