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