import Exception from './Exception'; export default class KeyAlreadyDefinedException extends Exception { constructor(key: TKey, innerException?: Exception); }