export declare class AppConfiguration {
    static json: any;
    constructor();
    static Setting(): any;
}
