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