export interface IConfigOptions {
    dependencies?: string[];
    key?: string;
    namespace?: string;
    path?: string;
}
