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