export interface IConfigurable { setConfig: (options?: any) => void getConfig: () => any }