import { IdentificationError } from './errors.js'; declare function unwrapError(error: Error): IdentificationError; export { unwrapError };