/// declare module Configs { function removeElementByValue(array: Array, value: any, key?: string): void; }