export interface IConfigProvider { getValue(key: string, options?: Options): Promise; hydrate?(config: T): Promise; }