export declare const Config: {
    envDevelopment: string;
    envProducton: string;
    defaultConfigPath: string;
    serviceHubPort: number;
};
