import { IdentificationError } from './errors.mjs';

declare function unwrapError(error: Error): IdentificationError;

export { unwrapError };
