import { iConfigInfo } from './types/config.typs';
/** Entry point must call config to initialize this. Always access .i property to get the latest project data */
export declare class CommonConfig {
    private constructor();
    static get i(): iConfigInfo;
}
