/** * Error thrown when attempting to update a key that does not exist in the database. */ export declare class KeyNotFoundError extends Error { readonly key: string; constructor(key: string); } //# sourceMappingURL=key-not-found-error.d.ts.map