declare class KeyNotPresentError extends Error { constructor(key: any); } export default KeyNotPresentError;