import type { OracleError } from './types.js'; export declare function extractError(error: OracleError): OracleError | Error;